diff --git a/indexer/locals.tf b/indexer/locals.tf index 34af629c..116c361a 100644 --- a/indexer/locals.tf +++ b/indexer/locals.tf @@ -129,6 +129,10 @@ locals { name = "PG_POOL_MIN", value = "1", }, + { + name = "RATE_LIMIT_ENABLED", + value = "true", + }, var.socks_ecs_environment_variables, ], ),