resource "aws_internet_gateway" "test-env-gw" {
tags = {
"Name" = "tf-gateway-test-env"
}
vpc_id = "${aws_vpc.test-env.id}"