Skip to content

Commit

Permalink
updating acceptance tests to k8s 1.17 on gke (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvoran authored Mar 24, 2021
1 parent 4c1d79f commit 3e36bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 3e36bb7

Please sign in to comment.