From 94c23aeba22b3dd13b6759a092fea0b3fcdbe806 Mon Sep 17 00:00:00 2001 From: devsjc <47188100+devsjc@users.noreply.github.com> Date: Fri, 13 Dec 2024 12:01:03 +0000 Subject: [PATCH] fix(nowcasting-dev): Variable name correction --- terraform/nowcasting/development/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/nowcasting/development/main.tf b/terraform/nowcasting/development/main.tf index 7d878bc5..788d9a51 100644 --- a/terraform/nowcasting/development/main.tf +++ b/terraform/nowcasting/development/main.tf @@ -208,7 +208,7 @@ module "nwp-ecmwf" { ecs-task_type = "consumer" ecs-task_execution_role_arn = module.ecs.ecs_task_execution_role_arn - ecs-task-size = { + ecs-task_size = { cpu = 512 memory = 1024 }