forked from pierront/but3-iac
ajout iam
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
output "service_account_email" {
|
||||
value = google_service_account.service_account.email
|
||||
description = "Email du service account créé"
|
||||
value = google_service_account.sa.email
|
||||
}
|
||||
|
||||
output "custom_role_name" {
|
||||
description = "Nom du rôle IAM personnalisé"
|
||||
value = google_project_iam_custom_role.custom_role.name
|
||||
output "service_account_key" {
|
||||
value = google_service_account_key.key.private_key
|
||||
sensitive = true
|
||||
description = "Clé privée du service account"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user