Skip to content

Commit 65dca0b

Browse files
committed
Adds aws_m2_environment dependencies
1 parent bfbf085 commit 65dca0b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

internal/service/efs/sweep.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ func RegisterSweepers() {
2727
Dependencies: []string{
2828
"aws_efs_mount_target",
2929
"aws_efs_access_point",
30+
"aws_m2_environment",
3031
},
3132
})
3233

internal/service/fsx/sweep.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ func RegisterSweepers() {
2626
F: sweepLustreFileSystems,
2727
Dependencies: []string{
2828
"aws_datasync_location",
29+
"aws_m2_environment",
2930
},
3031
})
3132

@@ -35,6 +36,7 @@ func RegisterSweepers() {
3536
Dependencies: []string{
3637
"aws_datasync_location",
3738
"aws_fsx_ontap_storage_virtual_machine",
39+
"aws_m2_environment",
3840
},
3941
})
4042

@@ -57,6 +59,7 @@ func RegisterSweepers() {
5759
Dependencies: []string{
5860
"aws_datasync_location",
5961
"aws_fsx_openzfs_volume",
62+
"aws_m2_environment",
6063
},
6164
})
6265

@@ -70,6 +73,7 @@ func RegisterSweepers() {
7073
F: sweepWindowsFileSystems,
7174
Dependencies: []string{
7275
"aws_datasync_location",
76+
"aws_m2_environment",
7377
"aws_storagegateway_file_system_association",
7478
},
7579
})

0 commit comments

Comments
 (0)