aws-cloudformation-samples icon indicating copy to clipboard operation
aws-cloudformation-samples copied to clipboard

fix: give optional array a default value

Open jkruse14 opened this issue 2 years ago • 0 comments

If the excludeDBInstanceClassList property is not given a value, the hook will fail. This array is marked as optional in the python code. This update assigns a default value to the array.

jkruse14 avatar Dec 31 '23 02:12 jkruse14