updating acceptance tests to k8s 1.17 on gke (#473)

This commit is contained in:
Theron Voran 2021-03-24 06:20:06 -07:00 committed by GitHub
parent 4c1d79f46e
commit 3e36bb70d5
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" { data "google_container_engine_versions" "main" {
location = "${var.zone}" location = "${var.zone}"
version_prefix = "1.15." version_prefix = "1.17."
} }
data "google_service_account" "gcpapi" { data "google_service_account" "gcpapi" {