Skip to content

Commit 86b3dd6

Browse files
authored
Merge pull request #1 from Shashindran/Shashindran-patch-1
Removed kubernetes dashboard add config.
2 parents 3945205 + 03ed750 commit 86b3dd6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/private-cluster/cluster.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@ resource "google_container_cluster" "primary" {
7979
disabled = ! var.horizontal_pod_autoscaling
8080
}
8181

82-
kubernetes_dashboard {
83-
disabled = ! var.kubernetes_dashboard
84-
}
85-
8682
network_policy_config {
8783
disabled = ! var.network_policy
8884
}

0 commit comments

Comments
 (0)