diff --git a/terraform/modules/iam/outputs.tf b/terraform/modules/iam/outputs.tf index 676f4fd..48866d1 100644 --- a/terraform/modules/iam/outputs.tf +++ b/terraform/modules/iam/outputs.tf @@ -7,9 +7,8 @@ output "email" { value = google_service_account.service_account.email } -# 2. Clé du compte de service output "key" { - description = "Service account private key (base64)." + description = "Service account private key." sensitive = true - value = google_service_account_key.service_account_key.private_key -} \ No newline at end of file + value = google_service_account_key.mykey.private_key +}