Skip to content

Commit

Permalink
infra: version bump (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio authored Dec 1, 2024
1 parent 7d4c54d commit fe80f53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module "ecs_cluster" {
"c6a.xlarge" = ""
}

min_size = 6
min_size = 7
max_size = 24
minimum_scaling_step_size = 1
maximum_scaling_step_size = 1
Expand Down
2 changes: 1 addition & 1 deletion terraform/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ locals {
namespace = "rezultatevot-v2-${var.env}"
image = {
repo = "code4romania/rezultatevot",
tag = "0.9.11"
tag = "0.9.12"
}

domains = [
Expand Down

0 comments on commit fe80f53

Please sign in to comment.