checkov icon indicating copy to clipboard operation
checkov copied to clipboard

fix(terraform): CKV_AWS_339 - Update supported EKS versions

Open morganhowarth-fd opened this issue 2 months ago • 0 comments

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, and 1.27
  • Adds supported version 1.34

Fixes #7373

New/Edited policies (Delete if not relevant)

Description

docs

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

morganhowarth-fd avatar Nov 19 '25 11:11 morganhowarth-fd