Skip to content

Commit ac5ecd8

Browse files
author
jslopes
committed
suport para auto aceito
1 parent ccce422 commit ac5ecd8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

outputs.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ output "elastic_ip_database" {
2222
output "subnet_db" {
2323
value = length(aws_db_subnet_group.database) > 1 ? aws_db_subnet_group.database.*.id : null
2424
}
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

Comments
 (0)