Add support for upgrade policy configuration @z0rc (#245)
## whatAdd module variable to set aws_eks_cluster
's upgrade_policy
.
why
I need to be able to downgrade EKS support policy from default "Extedned" to "Standard".
references
Summary by CodeRabbit
-
New Features
- Introduced a new input parameter
upgrade_policy
for configuring the support policy of the EKS cluster. - Added a new variable
zonal_shift_config
to the Terraform configuration.
- Introduced a new input parameter
-
Documentation
- Updated README and Terraform documentation to include details about the new
upgrade_policy
input. - Enhanced clarity and comprehensiveness of existing inputs and outputs documentation.
- Added examples for the
upgrade_policy
configuration in the fixtures and variable files.
- Updated README and Terraform documentation to include details about the new
-
Bug Fixes
- Updated default values for existing variables to improve clarity and usability.