diff --git a/indexer/locals.tf b/indexer/locals.tf index 1051a57c..7abd19e6 100644 --- a/indexer/locals.tf +++ b/indexer/locals.tf @@ -46,10 +46,6 @@ locals { name = "PG_POOL_MIN", value = "10", }, - { - name : "SEND_SUBACCOUNT_WEBSOCKET_MESSAGE_FOR_STATEFUL_ORDERS", - value : "true" - }, var.ender_ecs_environment_variables, ], ), @@ -219,10 +215,6 @@ locals { name = "PG_POOL_MIN", value = "1", }, - { - name = "SEND_SUBACCOUNT_WEBSOCKET_MESSAGE_FOR_STATEFUL_ORDERS", - value = "false", - }, var.vulcan_ecs_environment_variables, ], ),