diff --git a/outputs.tf b/outputs.tf index 5df7fa4..2713cf7 100644 --- a/outputs.tf +++ b/outputs.tf @@ -1,4 +1,4 @@ output "vpc_id" { description = "VPC id" - value = "${aws_vpc.vpc.id}" + value = "${aws_vpc.this.id}" }