[aws-docdb] autoMinorVersionUpgrade is not set to true by default #9494
Labels
@aws-cdk/aws-docdb
Related to Amazon DocumentDB
bug
This issue is a bug.
in-progress
This issue is being actively worked on.
needs-triage
This issue or PR still needs to be triaged.
DocDB documentation states that
autoMinorVersionUpgrade
is set totrue
by default but it's not.It's later used in constructor:
so if
props.autoMinorVersionUpgrade
was not set, then the resulting template will not includeAutoMinorVersionUpgrade
value at all forAWS::DocDB::DBInstance
, but should haveAutoMinorVersionUpgrade: true
.Reproduction Steps
This test will fail, because
AutoMinorVersionUpgrade
is not present.What did you expect to happen?
The above test to pass.
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: