We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53fab32 commit 7af0e9aCopy full SHA for 7af0e9a
.changelog/4756.txt
@@ -0,0 +1,3 @@
1
+```release-note:none
2
+
3
+```
google-beta/gcp_sweeper_test.go
@@ -15,7 +15,8 @@ var testResourcePrefixes = []string{
15
"gke-us-central1-tf", // composer-created disks which are abandoned by design (https://cloud.google.com/composer/pricing)
16
"gcs-bucket-tf-test-", // https://github.com/hashicorp/terraform-provider-google/issues/8909
17
"df-", // https://github.com/hashicorp/terraform-provider-google/issues/8909
18
-
+ "resourcegroup-", // https://github.com/hashicorp/terraform-provider-google/issues/8924
19
+ "cluster-", // https://github.com/hashicorp/terraform-provider-google/issues/8924
20
}
21
22
func TestMain(m *testing.M) {
0 commit comments