From dea8b267a94d2131046967ba4c09cd7b7e0b6509 Mon Sep 17 00:00:00 2001 From: Paddy Date: Wed, 12 Apr 2017 12:38:45 -0700 Subject: [PATCH] provider/google: bump container cluster version in tests. The version we were using has been deprecated and is no longer available, making the withVersion test no longer pass. I've bumped it to the latest available version. --- builtin/providers/google/resource_container_cluster_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/providers/google/resource_container_cluster_test.go b/builtin/providers/google/resource_container_cluster_test.go index f0723dcb1..6c4acb5f3 100644 --- a/builtin/providers/google/resource_container_cluster_test.go +++ b/builtin/providers/google/resource_container_cluster_test.go @@ -345,7 +345,7 @@ var testAccContainerCluster_withVersion = fmt.Sprintf(` resource "google_container_cluster" "with_version" { name = "cluster-test-%s" zone = "us-central1-a" - node_version = "1.5.2" + node_version = "1.6.0" initial_node_count = 1 master_auth {