We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7acde3 commit fed9476Copy full SHA for fed9476
terraform/envs/prod/main.tf
@@ -268,7 +268,7 @@ resource "aws_dynamodb_table" "cache" {
268
deletion_protection_enabled = true
269
hash_key = "primaryKey"
270
point_in_time_recovery {
271
- enabled = true
+ enabled = false
272
}
273
attribute {
274
name = "primaryKey"
terraform/envs/qa/main.tf
@@ -253,7 +253,7 @@ resource "aws_dynamodb_table" "cache" {
253
254
255
256
257
258
259
0 commit comments