Skip to content
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 is stuck in "Still creating" state when attempting to create in an unsupported region #732

Closed
hashibot opened this issue Jun 13, 2017 · 5 comments
Labels
bug Addresses a defect in current functionality. service/ses Issues and PRs that pertain to the ses service.
Milestone

Comments

@hashibot
Copy link

This issue was originally opened by @joshuaspence as hashicorp/terraform#14141. It was migrated here as part of the provider split. The original body of the issue is below.


In Terraform 0.9.4, attempting to create an aws_ses_domain_identity in an unsupported region seems to hang indefinitely. For example, according to the documentation, SES isn't currently supported in the ap-southeast-2 region.

This can be reproduced with the following Terraform configuration:

provider "aws" {
  region = "ap-southeast-2"
}

resource "aws_ses_domain_identity" "main" {
  domain = "example.com"
}

I had Terraform running for over 1 hour before I eventually realized the error of my ways.

@hashibot hashibot added the bug Addresses a defect in current functionality. label Jun 13, 2017
@leventyalcin
Copy link

Hi all,

I think this is still an issue. I was trying to do the same thing with Terraform v0.10.2 and this is the result

module.route53_setup.aws_ses_domain_identity.dev: Still creating... (38m40s elapsed)

@m13t
Copy link

m13t commented Oct 6, 2017

I can confirm this is still the case in v0.10.7. Killed off terraform after about 50 minutes. Interestingly, the API call doesn't seem to show as even taking place as far as AWS is concerned.

@joernheissler
Copy link

See the duplicate #2427 for more info on this. DNS query fails with NXDOMAIN, in my opinion it should be an instant error.

@bflad bflad added the service/ses Issues and PRs that pertain to the ses service. label Jan 19, 2018
@bflad
Copy link
Contributor

bflad commented Jun 19, 2019

The fix to lower the threshold for DNS resolution errors (#4459) was previously released in version 1.18.0 of the AWS provider and has been available in all releases since. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

@bflad bflad closed this as completed Jun 19, 2019
@bflad bflad added this to the v1.18.0 milestone Jun 19, 2019
@ghost
Copy link

ghost commented Nov 3, 2019

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!

@ghost ghost locked and limited conversation to collaborators Nov 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Addresses a defect in current functionality. service/ses Issues and PRs that pertain to the ses service.
Projects
None yet
Development

No branches or pull requests

5 participants