Skip to content

Commit

Permalink
feat: increase prod database size to 50gb
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenmartius committed Apr 12, 2024
1 parent a94eba1 commit 76fd0c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions prod/us-east-1/prod/mysql/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ terraform {

# For production, we want to specify bigger instance classes and storage, so we specify override parameters here. These
# inputs get merged with the common inputs from the root and the envcommon terragrunt.hcl
# inputs = {
# instance_class = "db.m5d.large"
# allocated_storage = 120
# }
inputs = {
# instance_class = "db.m5d.large"
allocated_storage = 50
}

0 comments on commit 76fd0c2

Please sign in to comment.