This commit is contained in:
2025-12-04 11:10:32 +01:00
parent be5dec853b
commit 1b306a4ede

View File

@@ -1,10 +1,10 @@
output "service_account_email"{
description = "Service account email"
value = google.service.account.myaccount.email
value = google_service_account.myaccount.email
}
output "service_account_key"{
description = "Service key"
sensitive = true
value = google.service.account.mykey.private_key
value = google_service_account_key.mykey.private_key
}