cleanup directory strucutre and fine tune
This commit is contained in:
3
terraform/gateways.tf
Normal file
3
terraform/gateways.tf
Normal file
@@ -0,0 +1,3 @@
|
||||
resource "aws_internet_gateway" "test-env-gw" {
|
||||
vpc_id = "${aws_vpc.test-env.id}"
|
||||
}
|
||||
Reference in New Issue
Block a user