Skip to content
New issue

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

Update eks module, fix cluster id output #2

Merged
merged 1 commit into from
Dec 13, 2022
Merged

Update eks module, fix cluster id output #2

merged 1 commit into from
Dec 13, 2022

Conversation

darkowlzz
Copy link
Contributor

  • Update terraform EKS module to use v19 and above.
  • EKS module v19 introduced breaking change for cluster_id output. Replace cluster_id with cluster_name in the test EKS module to handle this fix transparently for the consumers of the module.
  • Update cluster version to 1.23, current EKS default.

- Update terraform EKS module to use v19 and above.
- EKS module v19 introduced breaking change for `cluster_id` output.
  Replace `cluster_id` with `cluster_name` in the test EKS module to
  handle this fix transparently for the consumers of the module.
- Update cluster version to 1.23, current EKS default.

Signed-off-by: Sunny <darkowlzz@protonmail.com>
Copy link
Member

@pjbgf pjbgf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Thanks @darkowlzz! 🙇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants