-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Cognito domain doesn't delete during destroy #5313
Comments
I am facing the Same issue. Any Updates on this? |
any updates on this? facing this same issue |
+1 |
+1 |
+1 Any updates on this issue? I am seeing the same behavior |
Is there any update on this. I'm facing the similar issue,
aws_cognito_user_pool_domain.domain: InvalidParameter: 1 validation error(s) found.
|
I'm seeing this issue with the following versions. Would be great to have a fix, workaround or status.
|
have anyone checked if this is still the case in provider.aws ~> 2.0 ? |
I see this today.
|
I saw same issue. I fix this my work around.
this is my environment
|
Similar workaround here as @haruharuharuby , but I'd recommend using the eg.
For the record, I'm using TF v0.12.8, and aws provider v2.43.0 |
Ran into this issue today. The solution of removing the domain from the state after deleting the domain manually worked. Just adding my two cents to hopefully get this fixed. |
The error is still there in:
I tried working around this with
error, and this is why terraform is unable to properly pass |
I have the same issue |
opened #14732 to address this. |
Hi folks 👋 A fix for a typical cause of this issue has been merged and will release with version 3.3.0 of the Terraform AWS Provider, likely tomorrow. Thanks to @DrFaust92 for the implementation. 👍 Please note that there may be other causes of this issue still present and if so, please file a new bug report after trying the upgrade when its released. |
This has been released in version 3.3.0 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 for triage. Thanks! |
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! |
Terraform Version
Terraform v0.10.8
AWS provider 1.21.0
Affected Resource(s)
aws_cognito_user_pool_domain
Terraform Configuration Files
Below is an excerpt from terraform file to create aws_cognito_user_pool_domain .
Debug Output
Panic Output
Expected Behavior
domain should be deleted by terraform apply, when the resource is marked for destroy.
Actual Behavior
Domain isn't deleted and throws error message
aws_cognito_user_pool_domain.domain: InvalidParameter: 1 validation error(s) found.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: