Skip to content

Commit

Permalink
Fix formatting of create_cmd_triggers in cluster credentials module
Browse files Browse the repository at this point in the history
  • Loading branch information
SadriG91 committed Dec 10, 2024
1 parent e44d6f8 commit 6381089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion credentials.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module "cluster_credentials" {
platform = var.platform
additional_components = ["kubectl", "gke-gcloud-auth-plugin", "beta"]
create_cmd_body = "container hub memberships get-credentials ${google_gkeonprem_vmware_cluster.cluster.name} --project ${var.project_id} --quiet"
create_cmd_triggers = {var.connect_gateway_users }
create_cmd_triggers = var.connect_gateway_users
module_depends_on = [google_gkeonprem_vmware_cluster.cluster]
use_tf_google_credentials_env_var = true
activate_service_account = true
Expand Down

0 comments on commit 6381089

Please sign in to comment.