AWS DynamoDB Table Terraform module
Upstream version 5.5.0
3 controls from Registry requirements
Terraform Module Source
nistcsfv11.compliance.tf/terraform-aws-modules/dynamodb-table/awsBehavioral Summary
This module modifies 2 variable defaults and makes 0 resource changes from the upstream module. All changes are driven by compliance controls and can be reviewed in detail below.
Your Code Impact
If you are migrating from the upstream module, the enforced default changes mean your existing configurations will automatically gain compliance controls. Variables you have explicitly set will continue to use your values. Review the diff below to understand exactly what changes.
Compared to
terraform-aws-modules/dynamodb-table/aws@5.5.02 changesVariables Changed
2| Variable | Upstream | CTF | Reason | Control |
|---|---|---|---|---|
| point_in_time_recovery_enabled | false | true | Enable this rule to check that information has been backed up. It also maintains the backups by ensuring that point-in-time recovery is enabled in AWS DynamoDB. | dynamodb_table_point_in_time_recovery_enabled |
| server_side_encryption_enabled | false | true | Ensure that encryption is enabled for your AWS DynamoDB tables. Because sensitive data can exist at rest in these tables, enable encryption at rest to help protect that data. | dynamodb_table_encrypted_with_kms |