Skip to content

Commit 40323dd

Browse files
wyardleyanoopkverma-google
authored andcommitted
container: fixed TestAccContainerNodePool_defaultDriverInstallation (GoogleCloudPlatform#12805)
1 parent 0934ecb commit 40323dd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mmv1/third_party/terraform/services/container/resource_container_node_pool_test.go.tmpl

-2
Original file line numberDiff line numberDiff line change
@@ -4933,7 +4933,6 @@ resource "google_container_node_pool" "np" {
49334933
}
49344934

49354935
func TestAccContainerNodePool_defaultDriverInstallation(t *testing.T) {
4936-
acctest.SkipIfVcr(t)
49374936
t.Parallel()
49384937

49394938
cluster := fmt.Sprintf("tf-test-cluster-%s", acctest.RandString(t, 10))
@@ -4979,7 +4978,6 @@ resource "google_container_node_pool" "np" {
49794978
location = "us-central1-a"
49804979
cluster = google_container_cluster.cluster.name
49814980
initial_node_count = 2
4982-
version = "1.30.1-gke.1329003"
49834981

49844982
node_config {
49854983
service_account = "default"

0 commit comments

Comments
 (0)