From 66e5a60d8505e29958b596a5f3ec312333653442 Mon Sep 17 00:00:00 2001 From: brigitte Date: Thu, 4 Dec 2025 09:49:36 +0100 Subject: [PATCH] suite --- terraform/modules/iam/outputs.tf | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 +}