Skip to content

Commit

Permalink
readability -- squash
Browse files Browse the repository at this point in the history
Co-authored-by: Awais Malik <awmalik@google.com>
  • Loading branch information
bgvdiscord and g-awmalik committed Sep 7, 2023
1 parent 55e447d commit 91145cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autogen/main/main.tf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@ locals {
cluster_workload_identity_config = ! local.workload_identity_enabled ? [] : var.identity_namespace == "enabled" ? [{
workload_pool = "${var.project_id}.svc.id.goog" }] : [{ workload_pool = var.identity_namespace
}]
cluster_mesh_certificates_config = ! local.workload_identity_enabled ? [] : [{
cluster_mesh_certificates_config = local.workload_identity_enabled ? [{
enable_certificates = var.enable_mesh_certificates
}]
}] : []

{% if beta_cluster %}
# BETA features
Expand Down

0 comments on commit 91145cd

Please sign in to comment.