Skip to content

Commit 057555d

Browse files
committed
update tf to use gke version 1.30
1 parent 234a56b commit 057555d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/scheduler/gke-cluster/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ variable "min_master_version" {
9494
variable "version_prefix" {
9595
description = "If provided, Terraform will only return versions that match the string prefix. For example, `1.31.` will match all `1.31` series releases. Since this is just a string match, it's recommended that you append a `.` after minor versions to ensure that prefixes such as `1.3` don't match versions like `1.30.1-gke.10` accidentally."
9696
type = string
97-
default = "1.32."
97+
default = "1.30."
9898
}
9999

100100
variable "maintenance_start_time" {

0 commit comments

Comments
 (0)