Skip to content

Commit ccaf9ec

Browse files
authored
Change default value of the variable 'enable_alpha' to 'false' for the GKE test cluster (#1787)
1 parent bb0dab2 commit ccaf9ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kubernetes/test-infra/gke/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ variable "node_machine_type" {
1111
}
1212

1313
variable "enable_alpha" {
14-
default = true
14+
default = false
1515
}
1616

1717
data "google_compute_zones" "available" {
@@ -139,4 +139,4 @@ output "kubeconfig_path" {
139139

140140
output "cluster_name" {
141141
value = google_container_cluster.primary.name
142-
}
142+
}

0 commit comments

Comments
 (0)