iam qui glisse

This commit is contained in:
2025-12-04 11:07:40 +00:00
parent 1747539bf6
commit 74be4c56b9
6 changed files with 438 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
output "service_account_email" {
value = google_service_account.terraform_sa.email
}
output "service_account_key" {
value = google_service_account_key.terraform_sa_key.private_key
sensitive = true
}