modification sur le nom de la ressource iam

This commit is contained in:
2025-12-04 09:48:43 +01:00
parent 641420c6c5
commit bd616e45e0
2 changed files with 2 additions and 2 deletions

View File

@@ -10,5 +10,5 @@ output "service_account_email" {
output "service_account_key" {
description = "Service account key."
sensitive = true
value = google_service_account.service_account.mykey.private_key
value = google_service_account_key.mykey.private_key
}