Skip to content

Commit

Permalink
fix(iam_application): disable sweeper if beta is not enabled (#1345)
Browse files Browse the repository at this point in the history
  • Loading branch information
Codelax committed Jun 28, 2022
1 parent 1de1b25 commit 3c553ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scaleway/resource_iam_application_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ import (
)

func init() {
if !terraformBetaEnabled {
return
}
resource.AddTestSweepers("scaleway_iam_application", &resource.Sweeper{
Name: "scaleway_iam_application",
F: testSweepIamApplication,
Expand Down

0 comments on commit 3c553ab

Please sign in to comment.