driftctl/pkg/remote
Elie 5daec82ecc
Remove singleton to fix issues when chain multiples cmd run
We have some issue when running acceptance test, more generally
when we use to execute scan cmd multiples times.
We were using global singletons for provider and resources suppliers
managment which lead us to improper state in the second scan run.
We should avoid this in the future and make proper initialization of our
dependencies maybe using a dependency injection container.
2021-02-01 11:49:50 +01:00
..
aws Remove singleton to fix issues when chain multiples cmd run 2021-02-01 11:49:50 +01:00
deserializer 🍾 Initial release 2020-12-09 16:35:26 +01:00
error alert and ignore when listing resources is forbidden 2021-01-29 10:19:52 +01:00
remote.go Remove singleton to fix issues when chain multiples cmd run 2021-02-01 11:49:50 +01:00
resource_enumeration_error_handler.go alert and ignore when listing resources is forbidden 2021-01-29 10:19:52 +01:00
resource_enumeration_error_handler_test.go alert and ignore when listing resources is forbidden 2021-01-29 10:19:52 +01:00