Skip to content

Commit 2014038

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f2498b5 commit 2014038

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/aws/infra/staging/purgeable/common-ecs-env.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ locals {
4747
# EXPORT_TOOL_S3_URL = get_env("EXPORT_TOOL_S3_URL", "https://foorawdataapi.s3.amazonaws.com")
4848
# ENABLE_EXPORT_TOOL = get_env("ENABLE_EXPORT_TOOL", "1")
4949
}
50-
}
50+
}

scripts/aws/infra/staging/purgeable/ecs-cron/terragrunt.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ inputs = {
5959
deployment_environment = local.environment_vars.locals.environment
6060

6161
task_role_arn = dependency.extras.outputs.ecs_task_role_arn
62-
62+
6363
service_security_groups = [
6464
dependency.alb.outputs.load_balancer_app_security_group
6565
]

0 commit comments

Comments
 (0)