Skip to content

Commit

Permalink
fix: Use provided gcp_given_name for workload identity (#1003)
Browse files Browse the repository at this point in the history
Fixes #1002
  • Loading branch information
morgante committed Sep 17, 2021
1 parent bc41a98 commit d72e595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/workload-identity/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ locals {
data "google_service_account" "cluster_service_account" {
count = var.use_existing_gcp_sa ? 1 : 0

account_id = var.name
account_id = local.gcp_given_name
project = var.project_id
}

Expand Down

0 comments on commit d72e595

Please sign in to comment.