Skip to content

Commit a0d3043

Browse files
authored
Merge pull request hashicorp#31 from hashicorp/f-k8s-cluster-gcp
added enable_legacy_abac=true to fix GCP issue
2 parents 6806765 + 6e8d22f commit a0d3043

File tree

1 file changed

+1
-0
lines changed
  • infrastructure-as-code/k8s-cluster-gke

1 file changed

+1
-0
lines changed

infrastructure-as-code/k8s-cluster-gke/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ resource "google_container_cluster" "k8sexample" {
2828
zone = "${var.gcp_zone}"
2929
initial_node_count = "${var.initial_node_count}"
3030
enable_kubernetes_alpha = "true"
31+
enable_legacy_abac = "true"
3132

3233
master_auth {
3334
username = "${var.master_username}"

0 commit comments

Comments
 (0)