update to doc5.0 engine

pull/901/head
Maidul Islam 9 months ago committed by GitHub
parent 2ea518b107
commit 9416fca832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,7 +22,7 @@ Resources:
DocumentDBCluster:
Type: "AWS::DocDB::DBCluster"
Properties:
EngineVersion: 4.0.0
EngineVersion: 5.0.0
StorageEncrypted: true
MasterUsername: !Ref DocumentDBUsername
MasterUserPassword: !Ref DocumentDBPassword
@ -38,7 +38,7 @@ Resources:
Type: "AWS::DocDB::DBClusterParameterGroup"
Properties:
Description: "description"
Family: "docdb4.0"
Family: "docdb5.0"
Parameters:
tls: "disabled"
ttl_monitor: "disabled"

Loading…
Cancel
Save