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
It seems AWS Cognito app clients allows one more configuration option now. It's not possible to set USER_PASSWORD_AUTH for an app client with Terraform.
Error: aws_cognito_user_pool_client.main: expected explicit_auth_flows.1 to be one of [ADMIN_NO_SRP_AUTH CUSTOM_AUTH_FLOW_ONLY], got USER_PASSWORD_AUTH
The text was updated successfully, but these errors were encountered:
Hi,
It seems AWS Cognito app clients allows one more configuration option now. It's not possible to set USER_PASSWORD_AUTH for an app client with Terraform.
Terraform Version
Terraform v0.11.3
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Create an app client with desired options
Actual Behavior
The text was updated successfully, but these errors were encountered: