updating acceptance tests to k8s 1.17 on gke (#473)
This commit is contained in:
parent
4c1d79f46e
commit
3e36bb70d5
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ resource "random_id" "suffix" {
|
|||
|
||||
data "google_container_engine_versions" "main" {
|
||||
location = "${var.zone}"
|
||||
version_prefix = "1.15."
|
||||
version_prefix = "1.17."
|
||||
}
|
||||
|
||||
data "google_service_account" "gcpapi" {
|
||||
|
|
Loading…
Reference in a new issue