forked from pierront/but3-iac
suite
This commit is contained in:
@@ -7,9 +7,8 @@ output "email" {
|
||||
value = google_service_account.service_account.email
|
||||
}
|
||||
|
||||
# 2. Clé du compte de service
|
||||
output "key" {
|
||||
description = "Service account private key (base64)."
|
||||
description = "Service account private key."
|
||||
sensitive = true
|
||||
value = google_service_account_key.service_account_key.private_key
|
||||
}
|
||||
value = google_service_account_key.mykey.private_key
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user