Skip to content

Commit 50bb11c

Browse files
committed
fix: resolved the enable encryption
1 parent bb6b777 commit 50bb11c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

assets/cloudformation/accounts-table.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ Parameters:
1515
Type: String
1616
Description: The billing mode of the DynamoDB table
1717
Default: PAY_PER_REQUEST
18-
EnableEncryption:
19-
Type: Boolean
20-
Description: Whether to enable encryption for the DynamoDB table
21-
Default: true
2218

2319
Resources:
2420
# Ensure the table is
@@ -58,4 +54,4 @@ Resources:
5854
- Key: aws-cloudformation-stack-name
5955
Value: !Ref "AWS::StackName"
6056
SSESpecification:
61-
SSEEnabled: !Ref EnableEncryption
57+
SSEEnabled: true

0 commit comments

Comments
 (0)