We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e991a commit c3898dcCopy full SHA for c3898dc
examples/issues/outputs.tf
@@ -108,3 +108,11 @@ output "issue_108_nat_public_ips" {
108
description = "List of public Elastic IPs created for AWS NAT Gateway"
109
value = module.vpc_issue_108.nat_public_ips
110
}
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