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