Skip to content

Commit

Permalink
db name regex
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardTMiles committed Jul 26, 2024
1 parent 578de8c commit 1037656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CloudFormation/database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Parameters:
DatabaseName:
Type: String
Description: The Amazon RDS master database name.
AllowedPattern: ^([a-zA-Z0-9]*)$
AllowedPattern: ^([-a-zA-Z0-9]*)$

DatabaseClusterParameterGroupFamily:
Type: String
Expand Down

0 comments on commit 1037656

Please sign in to comment.