diff --git a/integrations_client_full/main.tf b/integrations_client_full/main.tf index 65ee911a..1739a172 100644 --- a/integrations_client_full/main.tf +++ b/integrations_client_full/main.tf @@ -17,7 +17,7 @@ resource "google_kms_crypto_key_version" "test_key" { } resource "google_service_account" "service_account" { - account_id = "service-account-id" + account_id = "my-service-acc-${local.name_suffix}" display_name = "Service Account" }