github cloudposse/terraform-aws-eks-cluster 2.9.0
v2.9.0

latest releases: v4.4.0, v4, v4.3.0...
14 months ago
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

Don't miss a new terraform-aws-eks-cluster release

NewReleases is sending notifications on new releases.