-
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
"no such host" / NXDOMAIN error. Terraform retries for more than an hour. #2427
Comments
I was able to fix this by setting the correct region... (eu-west-1 instead of eu-central-1) Thanks for the hint! |
this issue duplicates #732 |
Thanks, I must have missed that one. |
@arnoldbechtoldt could you please provide more details of where you specified the region? |
@elisiano either ~/.aws/credentials or in the provider definition |
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! |
Hello!
Terraform took more than an hour to notice that a resource cannot be created.
In my opinion, this should have been an immediate error.
email.eu-central-1.amazonaws.com
does not exist, my dns server on 127.0.0.1 responds with NXDOMAIN.Terraform Version
Affected Resource(s)
I assume that other resources are affected too.
Terraform Configuration Files
Debug Output
https://gist.github.com/joernheissler/e256c0c7704d300ba4c2674575796293
Expected Behavior
Immediate error.
Actual Behavior
And only then it failed.
Steps to Reproduce
Try above configuration.
Important Factoids
There is no SES service in eu-central-1. I neglected to select the correct region.
The text was updated successfully, but these errors were encountered: