Changelog:
- Update Ondat helm chart version to latest v0.2.5
- Remove optional attributes experiment - this is currently blocking the EKS Blueprints from allowing users to use Terraform v1.3+ aws-ia/terraform-aws-eks-blueprints#988
- Add the required Terraform and providers definition
- Remove lockfiles and update gitignore to ignore in the future - this is intended more for module consumers where the required version and required providers provides the version checking/scope
- Consolidate configurations and ensure that resource dependencies are mapped correctly without the use of
depends_on
which is disruptive within modules hashicorp/terraform#30340 (comment) - Remove unused variables, data sources, locals (using these common suite of tools and checks really helps to catch these issues and light validation)
Acknowledgments:
- Thanks for your contribution @bryantbiggs 💪