Adding some docker and terraform to it ... wip
This commit is contained in:
3
gateways.tf
Normal file
3
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