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 ccce422 commit ac5ecd8Copy full SHA for ac5ecd8
outputs.tf
@@ -22,3 +22,6 @@ output "elastic_ip_database" {
22
output "subnet_db" {
23
value = length(aws_db_subnet_group.database) > 1 ? aws_db_subnet_group.database.*.id : null
24
}
25
+output "vpc_peering_id" {
26
+ value = length(aws_vpc_peering_connection.main) > 1 ? aws_vpc_peering_connection.main.0.id : null
27
+}
0 commit comments