-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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_ses_domain_identity: Invalid domain name (trailing dot) #3836
Comments
I have submitted PR #3840 to support a trailing period. 👍 |
Thanks for the report, @eschwartz! The support for trailing period in the domain name has been merged into master and will release with v1.12.0 of the AWS provider, likely later this week. |
Wow, thanks for moving so quick on that :) |
This has been released in version 1.12.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
Hello, I think this issue has possible arisen again with the release of the provider 1.42.0 ? I have always been using the latest aws provider, and now randomly it added a trailing dot to my configuration which was not there before and broke my setup. I reconfigured the provider to used a specific version:
But now I am getting the following error:
|
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. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
This issue was originally opened by @eschwartz as hashicorp/terraform#17630. It was migrated here as a result of the provider split. The original body of the issue is below.
Terraform Version
Terraform Configuration Files
Debug Output
Expected Behavior
The
aws_ses_domain_identity
resource should have applied successfully, with domain namefoo.example.com.
Actual Behavior
The
aws_ses_domain_identity
resource attempted to use the domain namefoo.example.com..
(two trailing dots), soterraform apply
failed with:Additional Context
My understanding was that I could pass in a Route53 zone name with or without a trailing dot. However, it appears as though an extra trailing dot is being added to the domain name before sending the request to the Amazon API
Workaround
I should be able to get around the issue by removing the trailing dot
References
The text was updated successfully, but these errors were encountered: