Skip to content

Commit

Permalink
Merge pull request #663 from perfectsense/bugfix/master-user-name-req…
Browse files Browse the repository at this point in the history
…uired

Make Master user name required for DB cluster
  • Loading branch information
harjain99 authored Oct 1, 2024
2 parents 531412e + b281428 commit 4a75c38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/gyro/aws/rds/DbClusterResource.java
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ public void setMasterUserPassword(String masterUserPassword) {
/**
* The name of the master user for the DB cluster.
*/
@Required
public String getMasterUsername() {
return masterUsername;
}
Expand Down

0 comments on commit 4a75c38

Please sign in to comment.