-
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
Upstream 5.83.1 #5086
Upstream 5.83.1 #5086
Conversation
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 #5086 +/- ##
==========================================
+ Coverage 24.42% 24.46% +0.04%
==========================================
Files 360 361 +1
Lines 143403 144037 +634
==========================================
+ Hits 35023 35243 +220
- Misses 108281 108696 +415
+ Partials 99 98 -1 ☔ View full report in Codecov by Sentry. |
@@ -6020,4 +6020,19 @@ func setupComputedIDs(prov *tfbridge.ProviderInfo) { | |||
) (resource.ID, error) { | |||
return attr(state, "multiRegionClusterName"), nil | |||
} | |||
|
|||
computeIDPartsByTfResourceID := map[string][]resource.PropertyKey{ |
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.
Nice!
This PR has been shipped in release v6.66.3. |
Upgrades upstream provider to v5.83.1.
Fixes #5068
Fixes #5045
Release notes for v5.83.0: https://github.com/hashicorp/terraform-provider-aws/releases/tag/v5.83.0
Release notes for v5.83.1: https://github.com/hashicorp/terraform-provider-aws/releases/tag/v5.83.1
The new ephemeral resource
aws_cognito_identity_openid_token_for_developer_identity
is not made available yet (#4831)