Skip to content

Commit

Permalink
Added resourcegroup- and cluster- to clearable test prefixes (#4756) (#…
Browse files Browse the repository at this point in the history
…9069)

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored May 4, 2021
1 parent 6ee0884 commit 541be33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/4756.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
3 changes: 2 additions & 1 deletion google/gcp_sweeper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ var testResourcePrefixes = []string{
"gke-us-central1-tf", // composer-created disks which are abandoned by design (https://cloud.google.com/composer/pricing)
"gcs-bucket-tf-test-", // https://github.com/hashicorp/terraform-provider-google/issues/8909
"df-", // https://github.com/hashicorp/terraform-provider-google/issues/8909

"resourcegroup-", // https://github.com/hashicorp/terraform-provider-google/issues/8924
"cluster-", // https://github.com/hashicorp/terraform-provider-google/issues/8924
}

func TestMain(m *testing.M) {
Expand Down

0 comments on commit 541be33

Please sign in to comment.