-
Notifications
You must be signed in to change notification settings - Fork 181
Upgrade terraform-provider-aws to v5.92.0 #5372
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.92.0 #5372
Conversation
provider/replacements.json
Outdated
| }, | ||
| { | ||
| "old": "* `kms_key_id` - (Optional) ARN for the KMS encryption key. When specifying `kms_key_id`, `encrypted` needs to be set to true. Note: Terraform must be running with credentials which have the `GenerateDataKeyWithoutPlaintext` permission on the specified KMS key as required by the [EBS KMS CMK volume provisioning process](https://docs.aws.amazon.com/kms/latest/developerguide/services-ebs.html#ebs-cmk) to prevent a volume from being created and almost immediately deleted.\n", | ||
| "new": "* `kms_key_id` - (Optional) ARN for the KMS encryption key. When specifying `kms_key_id`, `encrypted` needs to be set to true. Note: TODO must be running with credentials which have the `GenerateDataKeyWithoutPlaintext` permission on the specified KMS key as required by the [EBS KMS CMK volume provisioning process](https://docs.aws.amazon.com/kms/latest/developerguide/services-ebs.html#ebs-cmk) to prevent a volume from being created and almost immediately deleted.\n" |
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.
TODO here - please replace it
Does the PR have any schema changes?Found 1 breaking change: Types
New resources:
New functions:
Maintainer note: consult the runbook for dealing with any breaking changes. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5372 +/- ##
=======================================
Coverage 24.31% 24.32%
=======================================
Files 364 364
Lines 145577 145523 -54
=======================================
- Hits 35401 35392 -9
+ Misses 110077 110032 -45
Partials 99 99 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This PR has been shipped in release v6.74.0. |
This PR was generated via
$ upgrade-provider pulumi/pulumi-aws.Fixes Upgrade terraform-provider-aws to v5.92.0 #5359