Skip to content

Commit

Permalink
container: fixed TestAccContainerNodePool_defaultDriverInstallation (
Browse files Browse the repository at this point in the history
  • Loading branch information
wyardley authored Jan 22, 2025
1 parent bcafdce commit f79c0c2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4933,7 +4933,6 @@ resource "google_container_node_pool" "np" {
}

func TestAccContainerNodePool_defaultDriverInstallation(t *testing.T) {
acctest.SkipIfVcr(t)
t.Parallel()

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

node_config {
service_account = "default"
Expand Down

0 comments on commit f79c0c2

Please sign in to comment.