We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc41a98 commit d72e595Copy full SHA for d72e595
modules/workload-identity/main.tf
@@ -32,7 +32,7 @@ locals {
32
data "google_service_account" "cluster_service_account" {
33
count = var.use_existing_gcp_sa ? 1 : 0
34
35
- account_id = var.name
+ account_id = local.gcp_given_name
36
project = var.project_id
37
}
38
0 commit comments