driftctl/pkg/resource
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 Fix acceptance test issues 2021-01-29 18:36:26 +01:00
chain_supplier.go Add support for multiples IaC sources 2021-01-18 17:56:21 +01:00
chain_supplier_test.go Add support for multiples IaC sources 2021-01-18 17:56:21 +01:00
resource.go 🍾 Initial release 2020-12-09 16:35:26 +01:00
resource_suppliers.go Remove singleton to fix issues when chain multiples cmd run 2021-02-01 11:49:50 +01:00
resource_types.go 🍾 Initial release 2020-12-09 16:35:26 +01:00
supplier.go 🍾 Initial release 2020-12-09 16:35:26 +01:00