Skip to content

Commit

Permalink
Merge pull request #132 from ravigurram8/topic-release-11
Browse files Browse the repository at this point in the history
Encryption added for DOCDB cluster
  • Loading branch information
ravigurram8 authored Feb 21, 2023
2 parents 7afbd06 + 95fcd5a commit c7556c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rg_document_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ Resources:
DBSubnetGroupName : !Ref DocumentDBSubnetGroup
VpcSecurityGroupIds:
- !GetAtt DocumentDBSecurityGroup.GroupId
StorageEncrypted : true
DBInstance:
Type: "AWS::DocDB::DBInstance"
Properties:
Expand Down

0 comments on commit c7556c4

Please sign in to comment.