Skip to content

Commit

Permalink
fix(terraform): VOL-5506 fix memory variable (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarstondvsa authored Jul 12, 2024
1 parent 4bb8ec5 commit e8c4935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/terraform/environments/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ module "service" {
{
name = "process-queue",
commands = ["queue:process-queue"],
memory = 1024,
memory = 2048,
},
]
}
Expand Down

0 comments on commit e8c4935

Please sign in to comment.