Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Terraform module under aws/eks-addon to manage a single EKS addon, aligning with the existing aws/eks-addons (multi-addon) module structure and conventions.
Changes:
- Introduces a new
aws/eks-addonmodule with inputs for addon name/version, cluster name, configuration values, and IAM role ARN. - Implements standard tagging via
locals.interpolated_tagsand atime_statictimestamp. - Adds generated module documentation (
README.md) and module-localtflintconfiguration.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| aws/eks-addon/variables.tf | Defines module inputs for single-addon deployment. |
| aws/eks-addon/providers.tf | Declares Terraform/provider version constraints (matches other AWS modules). |
| aws/eks-addon/main.tf | Adds common tag interpolation locals + time_static resource. |
| aws/eks-addon/eks-addon.tf | Creates the aws_eks_addon resource using the provided inputs. |
| aws/eks-addon/outputs.tf | Exposes addon ARN output (currently incorrect for single resource usage). |
| aws/eks-addon/README.md | Adds module documentation / terraform-docs output (contains inaccuracies/typos). |
| aws/eks-addon/.tflint.hcl | Adds lint configuration consistent with other modules. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
b021285 to
0c1f828
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.