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 55e447d commit 91145cdCopy full SHA for 91145cd
autogen/main/main.tf.tmpl
@@ -219,9 +219,9 @@ locals {
219
cluster_workload_identity_config = ! local.workload_identity_enabled ? [] : var.identity_namespace == "enabled" ? [{
220
workload_pool = "${var.project_id}.svc.id.goog" }] : [{ workload_pool = var.identity_namespace
221
}]
222
- cluster_mesh_certificates_config = ! local.workload_identity_enabled ? [] : [{
+ cluster_mesh_certificates_config = local.workload_identity_enabled ? [{
223
enable_certificates = var.enable_mesh_certificates
224
- }]
+ }] : []
225
226
{% if beta_cluster %}
227
# BETA features
0 commit comments