resource "aws_internet_gateway" "us-east-tf-gw" { vpc_id = "vpc-0da4f5c6f6db12a12" tags = { Name = "us-east-tf-gw" } }