Skip to content

Commit 3858547

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/issues/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ output "issue_108_nat_public_ips" {
115115
output "private_route_table_association_objects" {
116116
description = "The list of private route table associations from the VPC module"
117117
value = module.vpc.private_route_table_association_objects
118-
}
118+
}

outputs.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,3 +672,4 @@ output "name" {
672672
value = var.name
673673
}
674674

675+

0 commit comments

Comments
 (0)