Skip to content

Commit

Permalink
fix(): incorrect output
Browse files Browse the repository at this point in the history
  • Loading branch information
moarpheus committed Feb 19, 2023
1 parent 66d74bb commit b53895f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
output "vpc_id" {
description = "VPC id"
value = "${aws_vpc.vpc.id}"
value = "${aws_vpc.this.id}"
}

0 comments on commit b53895f

Please sign in to comment.