Skip to content

Commit

Permalink
container: fixed TestAccContainerNodePool_defaultDriverInstallation (
Browse files Browse the repository at this point in the history
…#12805)

[upstream:f79c0c2ae077d72b2e54a62debe45316b9b63e59]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician committed Jan 22, 2025
1 parent 6640fa2 commit c677e29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changelog/12805.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```release-note:none
```
Original file line number Diff line number Diff line change
Expand Up @@ -4660,7 +4660,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 @@ -4706,7 +4705,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 c677e29

Please sign in to comment.