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 8764b76 commit e00286fCopy full SHA for e00286f
modules/workload-identity/main.tf
@@ -48,7 +48,7 @@ resource "kubernetes_service_account" "main" {
48
49
automount_service_account_token = var.automount_service_account_token
50
metadata {
51
- name = var.name
+ name = local.k8s_given_name
52
namespace = var.namespace
53
annotations = {
54
"iam.gke.io/gcp-service-account" = local.gcp_sa_email
0 commit comments