-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: support generic adoption variables (#140)
### Motivation For adopt old existing clusters into new IaC. ### Modifications Upgrade provider version: - terraform required_version to >= 1.3.2 - aws provider to >= 5.75 - kubernetes provider to >= 2.32 Upgrade module version: - eks module to 20.29.0 Added new variables: - `cluster_encryption_config` - `bootstrap_self_managed_addons` - `cluster_iam` - `cluster_networking` - `node_groups` Updated outputs: - `eks_cluster_id` renamed to `eks_cluster_name` ### Verifying this change It has been verified in test environment. ### Documentation - [x] `doc` --------- Co-authored-by: Darrell Pappa <[email protected]> Co-authored-by: mitch-hamm <[email protected]> Co-authored-by: Yisheng Cai <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
50f5d5c
commit 5008783
Showing
14 changed files
with
242 additions
and
461 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.