We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb6b777 commit 50bb11cCopy full SHA for 50bb11c
assets/cloudformation/accounts-table.yaml
@@ -15,10 +15,6 @@ Parameters:
15
Type: String
16
Description: The billing mode of the DynamoDB table
17
Default: PAY_PER_REQUEST
18
- EnableEncryption:
19
- Type: Boolean
20
- Description: Whether to enable encryption for the DynamoDB table
21
- Default: true
22
23
Resources:
24
# Ensure the table is
@@ -58,4 +54,4 @@ Resources:
58
54
- Key: aws-cloudformation-stack-name
59
55
Value: !Ref "AWS::StackName"
60
56
SSESpecification:
61
- SSEEnabled: !Ref EnableEncryption
57
+ SSEEnabled: true
0 commit comments