Skip to content

Commit

Permalink
fix: conflict on cms ecs
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-calabrese committed Dec 17, 2024
1 parent 8b08d5e commit c6e63a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/infrastructure/src/modules/cms/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resource "aws_ecs_task_definition" "cms_task_def" {
memory = var.cms_app_memory
container_definitions = templatefile(
"${path.module}/task-definitions/cms_app.json.tpl",
merge({
{
image = module.ecr.repository_url
fargate_cpu = var.cms_app_cpu
fargate_memory = var.cms_app_memory
Expand Down

0 comments on commit c6e63a5

Please sign in to comment.