Breaking Change
The dependencies variable has been replaced with individual _dependencies variables. The previous implementation didn't work with the Terraform graph generation and had to be replaced. Please switch to the relevant individual variable to continue using the dependency capability.
What's Changed
- fix: dependency variables by @jaredfholgate in #292
Full Changelog: v0.17.0...v0.18.0