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 f517c23 commit 3a503cbCopy full SHA for 3a503cb
cloudformation/main.yml
@@ -488,7 +488,7 @@ Resources:
488
Properties:
489
BillingMode: "PAY_PER_REQUEST"
490
TableName: "infra-core-api-linkry"
491
- DeletionProtectionEnabled: true
+ DeletionProtectionEnabled: !If [IsProd, true, false] # TODO: remove this
492
PointInTimeRecoverySpecification:
493
PointInTimeRecoveryEnabled: !If [IsProd, true, false]
494
AttributeDefinitions:
0 commit comments