give everything a name.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
resource "aws_internet_gateway" "test-env-gw" {
|
||||
tags = {
|
||||
"Name" = "tf-gateway-test-env"
|
||||
}
|
||||
|
||||
vpc_id = "${aws_vpc.test-env.id}"
|
||||
}
|
||||
Reference in New Issue
Block a user