This commit is contained in:
2025-12-04 10:09:24 +01:00
parent ab5a94d914
commit 7c8f481e63
2 changed files with 15 additions and 21 deletions

View File

@@ -7,4 +7,4 @@ output "service_account_key" {
description = "Clé privée du compte de service Terraform"
value = google_service_account_key.terraform_sa_key.private_key
sensitive = true
}
}