This commit is contained in:
2025-12-04 12:03:52 +01:00
parent 00534f10a7
commit 42438b6071
2 changed files with 28 additions and 16 deletions

View File

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