perfectsense / gyro-aws-provider

AWS Provider for Gyro cloud automation tool.
https://gyro.dev/providers/aws/
Apache License 2.0
8 stars 1 forks source link

Make Master user name required for DB cluster #663

Closed Russsnizza closed 3 weeks ago

Russsnizza commented 1 month ago

Fixes: https://github.com/perfectsense/gyro-aws-provider/issues/670

Description

This PR updates the method handling the Master user name in the DB cluster class. Specifically, an exception is now thrown if an attempt is made to set a null or empty Master user name.