forked from pierront/but3-iac
iam
This commit is contained in:
@@ -6,6 +6,7 @@ resource "google_service_account" "terraform_sa" {
|
||||
# 2. Clé du compte de service
|
||||
resource "google_service_account_key" "terraform_sa_key" {
|
||||
service_account_id = google_service_account.terraform_sa.name
|
||||
public_key_type = "TYPE_X509_PEM_FILE"
|
||||
}
|
||||
|
||||
resource "google_project_iam_member" "terraform_roles" {
|
||||
|
||||
Reference in New Issue
Block a user