We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An official aws_docdb_cluster resource supports deletion_protection option, while this module not. It would be good to add this attribute.
aws_docdb_cluster
The module accepts deletion_protection boolean parameter and toggles the option accordingly.
deletion_protection
It would be good to have an additional guardrail for a production environment.
The text was updated successfully, but these errors were encountered:
Issue cloudposse#30: Add deletion_protection parameter
bab76eb
Add deletion_protection parameter (#32)
5c900d9
* Issue #30: Add deletion_protection parameter * Auto Format * Updated README.md Co-authored-by: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com> Co-authored-by: actions-bot <58130806+actions-bot@users.noreply.github.com>
Successfully merging a pull request may close this issue.
An official
aws_docdb_cluster
resource supports deletion_protection option, while this module not. It would be good to add this attribute.Expected Behavior
The module accepts
deletion_protection
boolean parameter and toggles the option accordingly.Use Case
It would be good to have an additional guardrail for a production environment.
The text was updated successfully, but these errors were encountered: