modification sur le nom de la ressource iam pour main

This commit is contained in:
2025-12-04 09:50:02 +01:00
parent bd616e45e0
commit 4ca153962a

View File

@@ -10,7 +10,7 @@ resource "google_service_account" "service_account" {
}
resource "google_service_account_key" "mykey" {
service_account_id = google_service_account_key.service_account.name
service_account_id = google_service_account_key.google_service_account.service_account.name
public_key_type = "TYPE_X509_PEM_FILE"
}