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.
2 parents 6806765 + 6e8d22f commit a0d3043Copy full SHA for a0d3043
infrastructure-as-code/k8s-cluster-gke/main.tf
@@ -28,6 +28,7 @@ resource "google_container_cluster" "k8sexample" {
28
zone = "${var.gcp_zone}"
29
initial_node_count = "${var.initial_node_count}"
30
enable_kubernetes_alpha = "true"
31
+ enable_legacy_abac = "true"
32
33
master_auth {
34
username = "${var.master_username}"
0 commit comments