Skip to content

Commit 50720bc

Browse files
MukeshMukesh
authored andcommitted
update
1 parent 3cb77ec commit 50720bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/vpc/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ output "private_subnet_az2_id" {
1111
}
1212

1313
output "public_subnet_nat_cidr" {
14-
value = aws_subnet.public_subnet_nat_cidr.id
14+
value = aws_subnet.public_subnet.id
1515
}
1616

1717
output "internet_gateway" {

0 commit comments

Comments
 (0)