mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-07 22:53:55 -05:00
update to doc5.0 engine
This commit is contained in:
@@ -22,7 +22,7 @@ Resources:
|
|||||||
DocumentDBCluster:
|
DocumentDBCluster:
|
||||||
Type: "AWS::DocDB::DBCluster"
|
Type: "AWS::DocDB::DBCluster"
|
||||||
Properties:
|
Properties:
|
||||||
EngineVersion: 4.0.0
|
EngineVersion: 5.0.0
|
||||||
StorageEncrypted: true
|
StorageEncrypted: true
|
||||||
MasterUsername: !Ref DocumentDBUsername
|
MasterUsername: !Ref DocumentDBUsername
|
||||||
MasterUserPassword: !Ref DocumentDBPassword
|
MasterUserPassword: !Ref DocumentDBPassword
|
||||||
@@ -38,7 +38,7 @@ Resources:
|
|||||||
Type: "AWS::DocDB::DBClusterParameterGroup"
|
Type: "AWS::DocDB::DBClusterParameterGroup"
|
||||||
Properties:
|
Properties:
|
||||||
Description: "description"
|
Description: "description"
|
||||||
Family: "docdb4.0"
|
Family: "docdb5.0"
|
||||||
Parameters:
|
Parameters:
|
||||||
tls: "disabled"
|
tls: "disabled"
|
||||||
ttl_monitor: "disabled"
|
ttl_monitor: "disabled"
|
||||||
|
|||||||
Reference in New Issue
Block a user