You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google-beta/sweeper/gcp_sweeper.go
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,15 @@ var testResourcePrefixes = []string{
23
23
// include a "-" or "_" respectively, and they are the preferred prefix for our test resources to use
24
24
"tf-test",
25
25
"tf_test",
26
+
// Resource-specific prefixes that should be moved to the corresponding resource sweeper as part of https://github.com/hashicorp/terraform-provider-google/issues/20638
26
27
"tfgen",
27
28
"gke-us-central1-tf", // composer-created disks which are abandoned by design (https://cloud.google.com/composer/pricing)
0 commit comments