modification output iam key

This commit is contained in:
2025-12-04 09:44:12 +01:00
parent 72eb80e332
commit 641420c6c5

View File

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