Terraform module to create Amazon Cognito User Pools, configure its attributes and resources such as app clients, domain, resource servers. Amazon Cognito User Pools provide a secure user directory that scales to hundreds of millions of users.
Apache License 2.0
93
stars
99
forks
source link
Call to function "lookup" failed: lookup failed to find key "attributes_require_verification_before_update" #112
I get this error on version 0.21.0 with config that works fine on version 0.20.1
│ Error: Error in function call
│
│ on .terraform/modules/cognito_user_pool/main.tf line 198, in resource "aws_cognito_user_pool" "pool":
│ 198: attributes_require_verification_before_update = lookup(user_attribute_update_settings.value, "attributes_require_verification_before_update")
│ ├────────────────
│ │ user_attribute_update_settings.value is empty map of list of string
│
│ Call to function "lookup" failed: lookup failed to find key "attributes_require_verification_before_update".
I get this error on version 0.21.0 with config that works fine on version 0.20.1
My configuration is: