Skip to content

Commit 7af0e9a

Browse files
Added resourcegroup- and cluster- to clearable test prefixes (#4756) (#3222)
Signed-off-by: Modular Magician <[email protected]>
1 parent 53fab32 commit 7af0e9a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changelog/4756.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/gcp_sweeper_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ var testResourcePrefixes = []string{
1515
"gke-us-central1-tf", // composer-created disks which are abandoned by design (https://cloud.google.com/composer/pricing)
1616
"gcs-bucket-tf-test-", // https://github.com/hashicorp/terraform-provider-google/issues/8909
1717
"df-", // https://github.com/hashicorp/terraform-provider-google/issues/8909
18-
18+
"resourcegroup-", // https://github.com/hashicorp/terraform-provider-google/issues/8924
19+
"cluster-", // https://github.com/hashicorp/terraform-provider-google/issues/8924
1920
}
2021

2122
func TestMain(m *testing.M) {

0 commit comments

Comments
 (0)