manque le s de subnets

This commit is contained in:
2025-12-04 10:26:36 +01:00
parent cf56f70999
commit 8f13e8bc20

View File

@@ -20,13 +20,13 @@ output "nom_instances" {
output "service_account_email" { output "service_account_email" {
description = "Service account email." description = "Service account email."
value = module.iam.service_account_email.value value = module.iam.service_account.email
} }
output "service_account_key" { output "service_account_key" {
description = "Service account key." description = "Service account key."
sensitive = true sensitive = true
value = module.iam.service_account_key.value value = module.iam.service_account_email.mykey.private_key
} }
output "vpc" { output "vpc" {