Issue 110: Add enable deletion protection @ignacioSuay (#112)
what
Add deletion_protection_enabled to the module. This feature is already available in terraform resource.
why
Terraform dynamodb_table resource has the optional parameter:
deletion_protection_enabled - (Optional) Enables deletion protection for table. Defaults to false.
We would like to be able to use the flag to avoid accidentally deleting DynamoDB tables. Therefore, we would like to add an extra variable to the module to enable/disable deletion protection.
references
This PR is related to the issue raise by the community:
#110
Sync github @max-lobur (#113)
Rebuild github dir from the template
🤖 Automatic Updates
Update README.md and docs @cloudpossebot (#117)
what
This is an auto-generated PR that updates the README.md and docs
why
To have most recent changes of README.md and doc from origin templates