enabled point in time recovery for all tables except identity workflows and nonces. wasn't sure which tables for other services should have this feature so enabled for all of them
Details
Details
- Reviewers
bartek kamil - Commits
- rCOMM30e894ea8f04: [terraform] add PITR to dynamodb tables
confirmed with terraform plan that these changes would enable PITR in production only
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Generally seems okay to enable it for all these tables
services/terraform/modules/shared/dynamodb.tf | ||
---|---|---|
2 ↗ | (On Diff #43772) | We have is_staging = terraform.workspace != "production" |
services/terraform/modules/shared/dynamodb.tf | ||
---|---|---|
2 ↗ | (On Diff #43772) | that local variable is defined in remote so it's not available in modules |
services/terraform/modules/shared/dynamodb.tf | ||
---|---|---|
2 ↗ | (On Diff #43772) | You're right, I missed this. |