-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Cannot create many resources with use_fips_endpoint true due to incorrect endpoints #23619
Comments
If I add endpoints {
ram = "https://ram.us-gov-west-1.amazonaws.com"
} to the provider definition, then it works. |
the |
Also, kinesis should be |
Same with cloudfront:
|
Also for the following services, with what ti should be in us-gov-west-1 in parentheses
|
the tagging endpoint is also broken when used by aws_resourcegroupstaggingapi_resources, e.g.:
|
WAF endpoint is also broken in |
Add |
Is there an update on when this may get worked on. I have a scenario where there are multiple environments some need fips and some don't so trying to set the AWS_USE_FIPS_ENDPOINT=true for the environments that do require fips to be used and the plans blow up with the environment and not without. It would be nice to possibly make a list of all the services that are messed up, so that maybe it could be turned on for some of those terraform environment runs. |
I'm curious if this is an issue with terraform, or actually an underlying issue with the AWS SDK. The option |
The cli uses the python sdk, but it is not an issue there. It's possible that upgrading to v2 of the go aws sdk would fix this problem. |
Hello all, Go SDK maintainer here. We are still waiting on the SSO and Redshift service teams to fix their FIPS endpoint configurations. If anyone here is blocked from onboarding to FIPS, please consider using the AWS console to file an additional support ticket and reference the existing internal tickets ( Apologies for the inconvenience. All the best, |
On a related note, it would be helpful if you could specify |
Is this now broken in 5.x with custom endpoints? After an upgrade I now get an error |
Indeed it is broken |
With the behaviour of AWS SDK for Go v2, it does seem that this would be a better design, for both the provider and the AWS SDKs |
Related: aws/aws-sdk-go-v2#2686 |
@tmccombs, @andyshinn custom endpoints can be used along with It doesn't resolve the similar issue with |
Warning This issue has been closed, meaning that any additional comments are hard for our team to see. Please assume that the maintainers will not see them. Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed. |
This functionality has been released in v5.55.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
Relevant portion:
Expected Behavior
The resource share is created
Actual Behavior
The following error:
Notice that the url used is ram-fips.us-gov-west-1.amazonaws.com, but it should be ram.us-gov-west-1.amazonaws.com. See https://aws.amazon.com/compliance/fips/.
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: