Skip to content

Commit 4a4295d

Browse files
authoredJul 12, 2021
Update acceptance tests to use the new stable GKE version 1.18.x (#569)
1 parent 2d42085 commit 4a4295d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/terraform/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ resource "random_id" "suffix" {
88

99
data "google_container_engine_versions" "main" {
1010
location = "${var.zone}"
11-
version_prefix = "1.17."
11+
version_prefix = "1.18."
1212
}
1313

1414
data "google_service_account" "gcpapi" {

0 commit comments

Comments
 (0)
Please sign in to comment.