Skip to content

Commit

Permalink
Add Database default
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Mar 14, 2024
1 parent 5855b4c commit 7f5a0ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cloudformation/lib/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ export default {
Default: 'db.t3.micro',
Description: 'Database size to create',
AllowedValues: [
'db.t3.micro'
'db.t3.micro',
'db.t3.medium'
]
},
DatabasePassword: {
Expand Down

0 comments on commit 7f5a0ee

Please sign in to comment.