Skip to content

Commit

Permalink
fmt HCL
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel committed Oct 9, 2024
1 parent 9881620 commit ee842af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/ecs/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ locals {
task_memory = module.this.stage == "prod" ? var.task_memory : 512

otel_image_tag = "v0.3.0"
otel_port = var.port + 1
otel_cpu = 128
otel_memory = 128
otel_port = var.port + 1
otel_cpu = 128
otel_memory = 128
}

module "ecs_cpu_mem" {
Expand Down

0 comments on commit ee842af

Please sign in to comment.