chore: upgrade all tf providers#79
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades Terraform provider versions across multiple AWS and Kubernetes modules. The changes primarily update the AWS provider from >= 4.30.0 to >= 4.67.0 and the Helm provider from version 2.x to 3.x constraints.
- Updates AWS provider minimum version from 4.30.0 to 4.67.0 across all AWS modules
- Upgrades Helm provider from
>= 2.8.0, < 3.0.0to>= 3.0.0, < 4.0.0 - Updates pre-commit configuration with expanded provider version management and reorganized tfupdate hooks
Reviewed Changes
Copilot reviewed 52 out of 52 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
Multiple aws/*/providers.tf files |
Updated AWS provider version constraint to >= 4.67.0, < 5.0.0 |
Multiple aws/*/README.md files |
Updated documentation to reflect new AWS provider version requirements |
k8s/helm-release/providers.tf |
Updated Helm provider to version >= 3.0.0, < 4.0.0 |
k8s/helm-release/README.md |
Updated documentation for new Helm provider version |
k8s/k8s-namespace/README.md |
Added annotations input documentation and corrected labels description |
.pre-commit-config.yaml |
Reorganized and expanded tfupdate hooks for better provider version management |
Comments suppressed due to low confidence (2)
aws/eks-addons/README.md:3
- Corrected spelling of 'llist' to 'list'.
Deploy a llist of eks addons to an eks cluster
aws/ssh-key-pair/README.md:3
- Corrected spelling of 'uplaod' to 'upload'.
Create a new ssh keypair and uplaod it to aws
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
9aac316 to
ff9120b
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.