lgallard / terraform-aws-cognito-user-pool

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
89 stars 95 forks source link

deletion_protection added in 0.20.0 now requires AWS provider V4.38 #105

Closed gchristidis closed 1 year ago

gchristidis commented 1 year ago

deletion_protection to the aws_cognito_user_pool resource was released in V4.38, so the aws provider version needs to be set to '>= 4.38' or deletion_protection should be removed removed to remain compatible with '>= 3.2'.

lgallard commented 1 year ago

@gchristidis thanks for reporting the issue. This was fixed in the latest release