Skip to content

Commit

Permalink
Add connection dependency to route filter sweeper
Browse files Browse the repository at this point in the history
  • Loading branch information
thogarty committed Sep 25, 2024
1 parent f3c5d87 commit d166380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/resources/fabric/route_filter/sweeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
func AddTestSweeper() {
resource.AddTestSweepers("equinix_fabric_route_filter", &resource.Sweeper{
Name: "equinix_fabric_route_filter",
Dependencies: []string{},
Dependencies: []string{"equinix_fabric_connection"},
F: testSweepRouteFilters,
})
}
Expand Down

0 comments on commit d166380

Please sign in to comment.