Closed MaximPeten closed 5 months ago
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
Specifying the master_user_arn will result in it being interpreted as null, causing property value not to be applied. An error exists in the logical operator for that property value.
Motivation and Context
Due to that change, we can properly use master_user_arn
Breaking Changes
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request