Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 110: Add enable deletion protection #112

Merged
merged 8 commits into from
Aug 26, 2023

Conversation

ignacioSuay
Copy link
Contributor

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

@ignacioSuay ignacioSuay requested review from a team as code owners May 10, 2023 13:33
@oviis
Copy link

oviis commented Aug 25, 2023

why is this issue/feature still open since Mai 10 2023? will it ever be implemented in the module?

@joe-niland joe-niland added the minor New features that do not break anything label Aug 25, 2023
@joe-niland
Copy link
Sponsor Member

/terratest

@joe-niland joe-niland merged commit 1a11bea into cloudposse:main Aug 26, 2023
9 checks passed
@joe-niland
Copy link
Sponsor Member

Thanks for your contribution @ignacioSuay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor New features that do not break anything
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants