Skip to content

Commit 3a503cb

Browse files
committed
update
1 parent f517c23 commit 3a503cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudformation/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ Resources:
488488
Properties:
489489
BillingMode: "PAY_PER_REQUEST"
490490
TableName: "infra-core-api-linkry"
491-
DeletionProtectionEnabled: true
491+
DeletionProtectionEnabled: !If [IsProd, true, false] # TODO: remove this
492492
PointInTimeRecoverySpecification:
493493
PointInTimeRecoveryEnabled: !If [IsProd, true, false]
494494
AttributeDefinitions:

0 commit comments

Comments
 (0)