-
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
AWS Provider Endpoints not working on 3.64.0 #21637
Comments
Same issue when using Terraform JSON format.
|
Thanks all for issue report and help in narrowing it down the root cause, we plan to do a point release shortly to resolve this. 👍 |
@perryao Thank you for finding this. There is a test for custom endpoints ( |
This functionality has been released in v3.64.1 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. |
Terraform CLI and Terraform AWS Provider Version
Terraform v1.0.1
on linux_amd64
Relates #21641
Affected Resource(s)
AWS Provider
Terraform Configuration Files
Expected Behavior
terraform plan/apply works with custom AWS Service Endpoints
Actual Behavior
╷
│ Error: Unsupported argument
│
│ on providers.tf line 16, in provider "aws":
│ 16: firehose = "https://firehose-fips.us-gov-west-1.amazonaws.com"
│
│ An argument named "firehose" is not expected here.
╵
╷
│ Error: Unsupported argument
│
│ on providers.tf line 17, in provider "aws":
│ 17: s3 = "https://s3-fips.us-gov-west-1.amazonaws.com"
│
│ An argument named "s3" is not expected here.
╵
╷
│ Error: Unsupported argument
│
│ on providers.tf line 18, in provider "aws":
│ 18: lambda = "https://lambda-fips.us-gov-west-1.amazonaws.com"
│
│ An argument named "lambda" is not expected here.
╵
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: