Skip to content

Commit

Permalink
username for AWS RDS CNA defaults is required
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Oberlechner <[email protected]>
  • Loading branch information
geoberle committed Dec 20, 2022
1 parent 701a9e7 commit d732b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql-schemas/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@ confs:
- { name: max_allocated_storage, type: int, isRequired: true }
- { name: engine, type: string, isRequired: true }
- { name: engine_version, type: string, isRequired: true }
- { name: username, type: string }
- { name: username, type: string, isRequired: true }
- { name: maintenance_window, type: string }
- { name: backup_retention_period, type: int }
- { name: backup_window, type: string }
Expand Down

0 comments on commit d732b38

Please sign in to comment.