From 564b2b3c7d9534ba51a9095ada5b849f059ede6f Mon Sep 17 00:00:00 2001 From: Sourav Kundu Date: Thu, 3 Oct 2024 20:58:37 -0500 Subject: [PATCH] #82 format --- deploy/ecs_service.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/ecs_service.tf b/deploy/ecs_service.tf index f31301d..7347bb2 100644 --- a/deploy/ecs_service.tf +++ b/deploy/ecs_service.tf @@ -20,6 +20,6 @@ resource "aws_ecs_service" "service" { type = "CODE_DEPLOY" } lifecycle { - ignore_changes = [ load_balancer, task_definition ] + ignore_changes = [load_balancer, task_definition] } } \ No newline at end of file