Skip to content

Commit b53895f

Browse files
committed
fix(): incorrect output
1 parent 66d74bb commit b53895f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
output "vpc_id" {
22
description = "VPC id"
3-
value = "${aws_vpc.vpc.id}"
3+
value = "${aws_vpc.this.id}"
44
}

0 commit comments

Comments
 (0)