Skip to content

Commit

Permalink
Enable Encryption in Modules example fragment (#698)
Browse files Browse the repository at this point in the history
Because that's good practice in S3
  • Loading branch information
MalikAtalla-AWS authored Mar 8, 2021
1 parent e746e36 commit 18399b2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions fragments/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@
"BucketName": {
"Ref": "BucketName"
},
"BucketEncryption": {
"ServerSideEncryptionConfiguration": [
{
"ServerSideEncryptionByDefault": {
"SSEAlgorithm": "AES256"
}
}
]
},
"VersioningConfiguration": {
"Status": "Enabled"
}
Expand Down
9 changes: 9 additions & 0 deletions src/rpdk/core/data/examples/module/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@
"BucketName": {
"Ref": "BucketName"
},
"BucketEncryption": {
"ServerSideEncryptionConfiguration": [
{
"ServerSideEncryptionByDefault": {
"SSEAlgorithm": "AES256"
}
}
]
},
"VersioningConfiguration": {
"Status": "Enabled"
}
Expand Down

0 comments on commit 18399b2

Please sign in to comment.