Add: Add IAM

This commit is contained in:
2025-12-04 09:58:02 +01:00
parent aa28319166
commit b2e56cbc88
2 changed files with 100 additions and 0 deletions

View File

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