Skip to content

Instantly share code, notes, and snippets.

@NYARAS
Created November 18, 2021 21:34
Show Gist options
  • Save NYARAS/dea515bc1ee012f0bd2516942f8c82b8 to your computer and use it in GitHub Desktop.
Save NYARAS/dea515bc1ee012f0bd2516942f8c82b8 to your computer and use it in GitHub Desktop.
resource "aws_internet_gateway" "main" {
# The VPC ID to create in.
vpc_id = aws_vpc.main.id
# A map of tags to assign to the resource
tags = {
"Name" = "main"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment