We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should update the eks module version to the latest, and check what are the issues we have. There are quite a few breaking changes (including removal of map_roles and launch templates) https://github.com/terraform-aws-modules/terraform-aws-eks/releases/tag/v18.0.0
The text was updated successfully, but these errors were encountered:
An attempt at an inventory of things we need to do to preserve the existing functionality of the cluster module when updating the eks module (using https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/UPGRADE-18.0.md as reference):
We should use the techniques described in https://developer.hashicorp.com/terraform/language/modules/develop/refactoring to make the upgrade smooth for our users.
Sorry, something went wrong.
More information here terraform-aws-modules/terraform-aws-eks#1744 (comment)
No branches or pull requests
Summary
We should update the eks module version to the latest, and check what are the issues we have.
There are quite a few breaking changes (including removal of map_roles and launch templates)
https://github.com/terraform-aws-modules/terraform-aws-eks/releases/tag/v18.0.0
The text was updated successfully, but these errors were encountered: