Fixes minor issue with sorting

This commit is contained in:
2024-09-25 23:08:22 -07:00
parent cf7e7619dc
commit 85c0e21daf
3 changed files with 3 additions and 3 deletions

View File

@@ -299,7 +299,7 @@ module "current_balance_cache" {
ecs_cluster = var.ecs_cluster
task_role_arn = var.task_role_arn
stage = var.stage
schedule = "rate(60 minutes)"
schedule = "rate(30 minutes)"
job_name = "current-balance-cache"
execution_role_arn = var.execution_role_arn
memory = 2048