Skip to content

Commit

Permalink
Adds aws_m2_application dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gdavison committed Jun 26, 2024
1 parent 67ce9a8 commit bc7c539
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/service/s3/sweep.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ func RegisterSweepers() {
resource.AddTestSweepers("aws_s3_object", &resource.Sweeper{
Name: "aws_s3_object",
F: sweepObjects,
Dependencies: []string{
"aws_m2_application",
},
})

resource.AddTestSweepers("aws_s3_bucket", &resource.Sweeper{
Expand Down

0 comments on commit bc7c539

Please sign in to comment.