Skip to content

Commit

Permalink
chore(terraform): Add 1.27 EKS Version (#5452)
Browse files Browse the repository at this point in the history
* Add 1.27 EKS Version

* Remove 1.22 EKS Version

Co-authored-by: Anton Grübel <[email protected]>

---------

Co-authored-by: Anton Grübel <[email protected]>
  • Loading branch information
Julian-Louis and gruebel committed Aug 20, 2023
1 parent 0825b4a commit 8834473
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_inspected_key(self) -> str:
return "version"

def get_expected_values(self) -> list[Any]:
return ["1.22", "1.23", "1.24", "1.25", "1.26"]
return ["1.23", "1.24", "1.25", "1.26", "1.27"]


check = EKSPlatformVersion()

0 comments on commit 8834473

Please sign in to comment.