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

Add support for user pool deletion_protection #102

Closed dmcgillen closed 1 year ago

dmcgillen commented 1 year ago

Fixes #53

Uses newly added argument https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cognito_user_pool#deletion_protection

lgallard commented 1 year ago

@dmcgillen awesome!! This new argument makes the trick. I'm going to merge it as soon as possible!!

Thanks for your PR!

lgallard commented 1 year ago

@dmcgillen your changes were included in the latest release! Thanks!

dmcgillen commented 1 year ago

No problem! Thanks for merging so quickly :+1: