mineiros-io / terraform-aws-cognito-user-pool

A Terraform module to create and manage Cognito User Pools (Simple and Secure User Sign-Up, Sign-In, and Access Control) on Amazon Web Services (AWS). https://aws.amazon.com/cognito
Apache License 2.0
60 stars 45 forks source link

device_only_remembered_on_user_prompt fix in complete example #28

Closed akshaykrjain closed 3 years ago

akshaykrjain commented 3 years ago
Error: Unsupported argument

  on cognito.tf line 34, in module "cognito_user_pool":
  34:   device_only_remembered_on_user_prompt = false

An argument named "device_only_remembered_on_user_prompt" is not expected
here.

Seems like this variable is removed but complete example still have this.

mariux commented 3 years ago

@akshaykrjain thanks for reporting it. nice catch. fixed in #29

mariux commented 3 years ago

updated example released as 0.4.1 should also now be available on the registry