Skip to content

Commit

Permalink
fix: Amend tshirt sizes (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
George Scott authored Mar 4, 2024
1 parent 6074539 commit db11384
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployment-size.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ locals {
small = {
db = "db.r6g.large",
node_count = 2,
node_instance = "r6i.large"
node_instance = "r6i.xlarge"
cache = "cache.m6g.large"
},
medium = {
Expand All @@ -26,13 +26,13 @@ locals {
xlarge = {
db = "db.r6g.4xlarge",
node_count = 3,
node_instance = "r6i.4xlarge"
node_instance = "r6i.2xlarge"
cache = "cache.m6g.xlarge"
},
xxlarge = {
db = "db.r6g.8xlarge",
node_count = 3,
node_instance = "r6i.8xlarge"
node_instance = "r6i.4xlarge"
cache = "cache.m6g.2xlarge"
}
}
Expand Down

0 comments on commit db11384

Please sign in to comment.