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
{{ message }}
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
Error: creating Cognito User Pool Domain (dcv-portal-dev-auth): InvalidParameterException: Domain already associated with another user pool.with module.authentication.aws_cognito_user_pool_domain.main,
│ on modules/authentication/main.tf line 43, in resource "aws_cognito_user_pool_domain" "main":
│ 43: resource "aws_cognito_user_pool_domain
However, there is no aws_cognito_user_pool_domain with name dcv-portal-dev-auth
The text was updated successfully, but these errors were encountered:
When I ran into this, it was due to needing to define a unique name for the project. I believe the environment + project name has to be unique across all of AWS so using the defaults fails.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Error: creating Cognito User Pool Domain (dcv-portal-dev-auth): InvalidParameterException: Domain already associated with another user pool.with module.authentication.aws_cognito_user_pool_domain.main,
│ on modules/authentication/main.tf line 43, in resource "aws_cognito_user_pool_domain" "main":
│ 43: resource "aws_cognito_user_pool_domain
However, there is no aws_cognito_user_pool_domain with name dcv-portal-dev-auth
The text was updated successfully, but these errors were encountered: