3 lines
87 B
HCL
3 lines
87 B
HCL
resource "aws_internet_gateway" "test-env-gw" {
|
|
vpc_id = "${aws_vpc.test-env.id}"
|
|
} |