Update acceptance tests to use the new stable GKE version 1.18.x (#569)
This commit is contained in:
parent
2d420856a4
commit
4a4295da81
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.17."
|
||||
version_prefix = "1.18."
|
||||
}
|
||||
|
||||
data "google_service_account" "gcpapi" {
|
||||
|
|
Loading…
Reference in a new issue