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 0199b36 commit f261c42Copy full SHA for f261c42
modules/beta-autopilot-private-cluster/cluster.tf
@@ -84,8 +84,8 @@ resource "google_container_cluster" "primary" {
84
vertical_pod_autoscaling {
85
enabled = var.enable_vertical_pod_autoscaling
86
}
87
-
88
+
+ enable_cilium_clusterwide_network_policy = var.enable_cilium_clusterwide_network_policy
89
enable_l4_ilb_subsetting = var.enable_l4_ilb_subsetting
90
91
enable_fqdn_network_policy = var.enable_fqdn_network_policy
0 commit comments