-
Notifications
You must be signed in to change notification settings - Fork 156
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 v5.53.0 #4055
upstream v5.53.0 #4055
Conversation
@@ -44,25 +45,34 @@ index 0000000000..54f6aac15a | |||
+ }) | |||
+ return lambda_sdkv2.NewFromConfig(cfg, func(o *lambda_sdkv2.Options) { | |||
+ if endpoint := config[names.AttrEndpoint].(string); endpoint != "" { | |||
+ tflog.Debug(ctx, "setting endpoint", map[string]any{ |
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.
This change comes from this upstream PR: https://github.com/hashicorp/terraform-provider-aws/pull/34233/files#diff-9c93e6008819246a3298682bf745457767b75aad2ce53cd024233e30253b4c9cR165
Custom endpoints can now override the use_fips_endpoint
flag for individual services
Does the PR have any schema changes?Found 2 breaking changes: Resources
Types
New resources:
Maintainer note: consult the runbook for dealing with any breaking changes. |
/release minor |
@flostadler FYI: You can just add the |
Fixes #4044
Fixes #4017 (The underlying issue of this patch was fixed as part of v5.53.0 hashicorp/terraform-provider-aws#37812)