From 4a4295da812551b4555fd965127fe254fa58a03e Mon Sep 17 00:00:00 2001 From: Ben Ash <32777270+benashz@users.noreply.github.com> Date: Mon, 12 Jul 2021 15:47:07 -0400 Subject: [PATCH] Update acceptance tests to use the new stable GKE version 1.18.x (#569) --- test/terraform/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/terraform/main.tf b/test/terraform/main.tf index 3556c6f..c56f409 100644 --- a/test/terraform/main.tf +++ b/test/terraform/main.tf @@ -8,7 +8,7 @@ resource "random_id" "suffix" { data "google_container_engine_versions" "main" { location = "${var.zone}" - version_prefix = "1.17." + version_prefix = "1.18." } data "google_service_account" "gcpapi" {