v0.8.0
Breaking Changes
- Removed all providers from examples (#66)
- we mainly did it to let some clients condition the example installation (which could not be done due to Terraform restrictions with conditionals and providers
A module intended to be called by one or more other modules must not contain any provider blocks.
A module containing its own provider configurations is not compatible with the for_each, count, and depends_on - this aligns with terraform good practices, but requires user to explicitly define all providers
- we mainly did it to let some clients condition the example installation (which could not be done due to Terraform restrictions with conditionals and providers