Update acceptance tests to use the new stable GKE version 1.18.x (#569)

This commit is contained in:
Ben Ash 2021-07-12 15:47:07 -04:00 committed by GitHub
parent 2d420856a4
commit 4a4295da81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" {