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 6570138 commit 1a08c58Copy full SHA for 1a08c58
modules/private-cluster/main.tf
@@ -84,7 +84,7 @@ locals {
84
}]
85
cluster_gce_pd_csi_config = var.gce_pd_csi_driver ? [{ enabled = true }] : [{ enabled = false }]
86
87
- gke_backup_agent_config = var.gke_backup_agent_config ? [{ enabled = true }] : [{ enabled = false }]
+ gke_backup_agent_config = var.gke_backup_agent_config ? [{ enabled = true }] : [{ enabled = false }]
88
89
cluster_authenticator_security_group = var.authenticator_security_group == null ? [] : [{
90
security_group = var.authenticator_security_group
0 commit comments