Skip to content

Commit 1a08c58

Browse files
committed
Lint fix
1 parent 6570138 commit 1a08c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/private-cluster/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ locals {
8484
}]
8585
cluster_gce_pd_csi_config = var.gce_pd_csi_driver ? [{ enabled = true }] : [{ enabled = false }]
8686

87-
gke_backup_agent_config = var.gke_backup_agent_config ? [{ enabled = true }] : [{ enabled = false }]
87+
gke_backup_agent_config = var.gke_backup_agent_config ? [{ enabled = true }] : [{ enabled = false }]
8888

8989
cluster_authenticator_security_group = var.authenticator_security_group == null ? [] : [{
9090
security_group = var.authenticator_security_group

0 commit comments

Comments
 (0)