You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The aws_ses_domain_identity resource should have applied successfully, with domain name foo.example.com.
Actual Behavior
The aws_ses_domain_identity resource attempted to use the domain name foo.example.com.. (two trailing dots), so terraform apply failed with:
* aws_ses_domain_identity.ses_id: Error requesting SES domain identity verification: InvalidParameterValue: Invalid domain name foo.example.com..
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
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 4, 2020
This issue was closed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: