This commit is contained in:
2025-12-04 11:44:25 +01:00
parent 54688e8824
commit aa9d456986

View File

@@ -4,4 +4,6 @@ output "service_account_email" {
output "service_account_key" {
value = google_service_account_key.mykey.private_key
sensitive = true
}