Open jlanka11566 opened 4 years ago
An appropriate solution to this is refactoring as @roberthutto pointed out.
A proposed approach is as follows:
Abstract out the terraform wrapper from the TerraformDecorator (into its own decorator)
Implement lightweight dependency injection (e.g. Dagger 2) so that future refactoring efforts are less arduous
An appropriate solution to this is refactoring as @roberthutto pointed out.
A proposed approach is as follows:
Abstract out the terraform wrapper from the TerraformDecorator (into its own decorator)
Implement lightweight dependency injection (e.g. Dagger 2) so that future refactoring efforts are less arduous