Skip to content

Commit

Permalink
feat: Added t-shirt support
Browse files Browse the repository at this point in the history
  • Loading branch information
amanpruthi committed Jun 7, 2024
1 parent 255a7f1 commit 7415b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment-size.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ locals {
deployment_size = {
small = {
db = "db-n1-highmem-2",
node_count = 3,
node_count = 2,
node_instance = "n2-highmem-4"
cache = "6"
},
medium = {
db = "db-n1-highmem-4",
node_count = 3,
node_count = 2,
node_instance = "n2-highmem-4"
cache = "6"
},
Expand Down

0 comments on commit 7415b70

Please sign in to comment.