fin + terraform show

This commit is contained in:
gallego
2025-12-04 11:00:42 +00:00
parent b81682e58e
commit b8d79ad6af
6 changed files with 1609 additions and 23 deletions

View File

@@ -16,7 +16,7 @@ output "service_account_email" {
output "service_account_key" {
sensitive = true
value = module.iam.service_account_key
value = module.iam.service_account_key
}
output "vpc" {
@@ -24,5 +24,5 @@ output "vpc" {
}
output "subnets" {
value = module.network.subnets
value = module.network.subnets
}