checkov
checkov copied to clipboard
fix(terraform): CKV_AWS_339 - Update supported EKS versions
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Description
- Removes unsupported versions
1.25,1.26, and1.27 - Adds supported version
1.34
Fixes #7373
New/Edited policies (Delete if not relevant)
Description
Supported AWS EKS versions are out of date.
Fix
How does someone fix the issue in code and/or in runtime?
Checklist:
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] I have added tests that prove my feature, policy, or fix is effective and works
- [x] New and existing tests pass locally with my changes