Skip to content

Commit c3898dc

Browse files
committed
added output for private route table association objects
1 parent 45e991a commit c3898dc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

examples/issues/outputs.tf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,11 @@ output "issue_108_nat_public_ips" {
108108
description = "List of public Elastic IPs created for AWS NAT Gateway"
109109
value = module.vpc_issue_108.nat_public_ips
110110
}
111+
112+
################################################################################
113+
# Issue #1182
114+
################################################################################
115+
output "private_route_table_association_objects" {
116+
description = "The list of private route table associations from the VPC module"
117+
value = module.vpc.private_route_table_association_objects
118+
}

0 commit comments

Comments
 (0)