-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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_cognito_user_pool lifecycle crash #26314
Comments
Hey @ramimohammad 👋 Thank you for taking the time to raise this! So that we have all of the necessary information in order to look into this, can you update the issue description to include all of the information requested in the bug report template? |
Hey @ramimohammad 👋 Since we haven't heard back, we'll close this issue for now. If you're still having troubles, please feel free to open a new issue and we'll be happy to keep working with you! |
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. |
Hello Team ,
required_providers {
aws = {
source = "hashicorp/aws"
version = "4.8.0"
}
}
when we try to add the following
lifecycle {
ignore_changes = [account_recovery_setting]
}
account_recovery_setting {
recovery_mechanism {
name = "admin_only"
priority = 1
}
}
it gives this :
Error: error updating Cognito User pool (eu-central-1_ID): InvalidParameter: 1 validation error(s) found.
│ - minimum field size of 1, UpdateUserPoolInput.AccountRecoverySetting.RecoveryMechanisms.
The text was updated successfully, but these errors were encountered: