File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ func RegisterSweepers() {
27
27
Dependencies : []string {
28
28
"aws_efs_mount_target" ,
29
29
"aws_efs_access_point" ,
30
+ "aws_m2_environment" ,
30
31
},
31
32
})
32
33
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ func RegisterSweepers() {
26
26
F : sweepLustreFileSystems ,
27
27
Dependencies : []string {
28
28
"aws_datasync_location" ,
29
+ "aws_m2_environment" ,
29
30
},
30
31
})
31
32
@@ -35,6 +36,7 @@ func RegisterSweepers() {
35
36
Dependencies : []string {
36
37
"aws_datasync_location" ,
37
38
"aws_fsx_ontap_storage_virtual_machine" ,
39
+ "aws_m2_environment" ,
38
40
},
39
41
})
40
42
@@ -57,6 +59,7 @@ func RegisterSweepers() {
57
59
Dependencies : []string {
58
60
"aws_datasync_location" ,
59
61
"aws_fsx_openzfs_volume" ,
62
+ "aws_m2_environment" ,
60
63
},
61
64
})
62
65
@@ -70,6 +73,7 @@ func RegisterSweepers() {
70
73
F : sweepWindowsFileSystems ,
71
74
Dependencies : []string {
72
75
"aws_datasync_location" ,
76
+ "aws_m2_environment" ,
73
77
"aws_storagegateway_file_system_association" ,
74
78
},
75
79
})
You can’t perform that action at this time.
0 commit comments