-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade terraform-provider-aws to v5.32.1 #3256
Conversation
…vider-aws-to-v5.32.1
Does the PR have any schema changes?Does the PR have any schema changes?Found 6 breaking changes: Resources
Types
New resources:
New functions:
Maintainer note: consult the runbook for dealing with any breaking changes. |
hmm |
I see it. That is used in an old part of our legacy s3 bucket implementation, and I needed to extend the patch to keep it compiling. It sounds like I need to take another look there. |
Intending to finish this up or handing it over? Thanks. That's the only Tier 1 provider upgrade requested at the moment. |
We just discussed and I will be handing over. Documenting here for continuity. |
@@ -186,6 +186,13 @@ func (r replacementFile) checkForTODOs(path string, content []byte) { | |||
start, end = findLine(content, m[0]) | |||
line := string(content[start:end]) | |||
|
|||
// Do not add duplicate replacements to requirements.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oof. I didn't dissect his PR into commits and missed this so ended up reimplementing.
This PR was generated via
$ upgrade-provider pulumi/pulumi-aws
.Fixes Upgrade terraform-provider-aws to v5.32.1 #3254
Fixes Upgrade terraform-provider-aws to v5.32.0 #3253