We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d74bb commit b53895fCopy full SHA for b53895f
outputs.tf
@@ -1,4 +1,4 @@
1
output "vpc_id" {
2
description = "VPC id"
3
- value = "${aws_vpc.vpc.id}"
+ value = "${aws_vpc.this.id}"
4
}
0 commit comments