Skip to content

Commit 72b9cce

Browse files
author
jslopes
committed
alterado o output vpc para o id
1 parent ab2144a commit 72b9cce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

outputs.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
output "vpc" {
1+
output "id" {
22
value = data.aws_vpc.selected.id
33
}
44
output "subnet_private" {
@@ -21,4 +21,4 @@ output "elastic_ip_database" {
2121
}
2222
output "subnet_db" {
2323
value = length(aws_db_subnet_group.database) > 1 ? aws_db_subnet_group.database.*.id : null
24-
}
24+
}

0 commit comments

Comments
 (0)