Enable configuration values to be passed to addons @Nuru (#191)
notes
This version bumps requirements:
- Terraform must now be >= 1.3
- AWS provider must now be >= 4.46
Even with that, there is still a deprecation warning when using AWS provider v5. We are providing this release at this level for people who are not yet ready to update to AWS provider v5. Most likely the next release will required v5.
what
- Enable configuration values to be passed to addons
- Wait for security group rules to be in place before trying to contact the cluster
- Update test
go
version and dependencies
why
- Add-ons may need configuration. For example, to run
coredns
on Fargate, you must pass'{"computeType": "Fargate"}'
. Supersedes and closes #181 - Before security group rules are in place, TCP connection to the cluster will be blocked and the connection will fail.
- Supersede and close the following PRs:
references
Supersedes and closes #190