This commit is contained in:
2025-12-04 09:56:39 +01:00
parent 5ad8bc404e
commit ab5a94d914

View File

@@ -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" {