Skip to content

Commit 3c553ab

Browse files
authored
fix(iam_application): disable sweeper if beta is not enabled (#1345)
1 parent 1de1b25 commit 3c553ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scaleway/resource_iam_application_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ import (
1111
)
1212

1313
func init() {
14+
if !terraformBetaEnabled {
15+
return
16+
}
1417
resource.AddTestSweepers("scaleway_iam_application", &resource.Sweeper{
1518
Name: "scaleway_iam_application",
1619
F: testSweepIamApplication,

0 commit comments

Comments
 (0)