forked from pierront/but3-iac
partie 3
This commit is contained in:
@@ -23,7 +23,7 @@ resource "google_project_iam_binding" "project_iam" {
|
||||
role = "project_iam"
|
||||
|
||||
members = [
|
||||
"serviceAccount: ${google_service_account.custom_service_account.email} "
|
||||
"serviceAccount: ${google_service_account.my_account.email} "
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
@@ -9,5 +9,5 @@ output "service_account_email"{
|
||||
|
||||
|
||||
output "service_account_key" {
|
||||
value = google_service_account_key.private_key
|
||||
value = google_service_account_key.key.private_key
|
||||
}
|
||||
Reference in New Issue
Block a user