diff --git a/infrastructure/aws/staging/ecs-task-definition-migration.json b/infrastructure/aws/staging/ecs-task-definition-migration.json index fd172d271650..0f2feafc1c2b 100644 --- a/infrastructure/aws/staging/ecs-task-definition-migration.json +++ b/infrastructure/aws/staging/ecs-task-definition-migration.json @@ -8,7 +8,6 @@ "name": "flagsmith-api-migration", "command": [ "migrate" - ], "environment": [ { @@ -20,8 +19,8 @@ "value": "app.settings.production" }, { - "name":"IDENTITIES_TABLE_NAME_DYNAMO", - "value":"flagsmith_identities" + "name": "IDENTITIES_TABLE_NAME_DYNAMO", + "value": "flagsmith_identities" }, { "name": "PROJECT_METADATA_TABLE_NAME_DYNAMO", @@ -31,6 +30,10 @@ "name": "ENVIRONMENTS_TABLE_NAME_DYNAMO", "value": "flagsmith_environments" }, + { + "name": "ENVIRONMENTS_V2_TABLE_NAME_DYNAMO", + "value": "flagsmith_environments_v2" + }, { "name": "ENVIRONMENTS_API_KEY_TABLE_NAME_DYNAMO", "value": "flagsmith_environment_api_key" @@ -61,4 +64,4 @@ ], "cpu": "1024", "memory": "2048" -} +} \ No newline at end of file diff --git a/infrastructure/aws/staging/ecs-task-definition-task-processor.json b/infrastructure/aws/staging/ecs-task-definition-task-processor.json index 3917b51369a8..f2718acafc5c 100644 --- a/infrastructure/aws/staging/ecs-task-definition-task-processor.json +++ b/infrastructure/aws/staging/ecs-task-definition-task-processor.json @@ -43,6 +43,10 @@ "name": "ENVIRONMENTS_TABLE_NAME_DYNAMO", "value": "flagsmith_environments" }, + { + "name": "ENVIRONMENTS_V2_TABLE_NAME_DYNAMO", + "value": "flagsmith_environments_v2" + }, { "name": "GITHUB_CLIENT_ID", "value": "cd16a9c1574074756876" @@ -68,8 +72,8 @@ "value": "937916178726.2904626318658" }, { - "name":"EDGE_API_URL", - "value":"https://edge.bullet-train-staging.win/api/v1/" + "name": "EDGE_API_URL", + "value": "https://edge.bullet-train-staging.win/api/v1/" }, { "name": "IDENTITY_MIGRATION_EVENT_BUS_NAME", @@ -197,4 +201,4 @@ ], "cpu": "1024", "memory": "2048" -} +} \ No newline at end of file diff --git a/infrastructure/aws/staging/ecs-task-definition-web.json b/infrastructure/aws/staging/ecs-task-definition-web.json index 4a09f00238d4..f2f9cb4d2f6b 100644 --- a/infrastructure/aws/staging/ecs-task-definition-web.json +++ b/infrastructure/aws/staging/ecs-task-definition-web.json @@ -71,6 +71,10 @@ "name": "ENVIRONMENTS_TABLE_NAME_DYNAMO", "value": "flagsmith_environments" }, + { + "name": "ENVIRONMENTS_V2_TABLE_NAME_DYNAMO", + "value": "flagsmith_environments_v2" + }, { "name": "ENABLE_FE_E2E", "value": "True" @@ -124,8 +128,8 @@ "value": "flagsmith_environment_api_key" }, { - "name":"EDGE_RELEASE_DATETIME", - "value":"2022-05-18T09:45:00Z" + "name": "EDGE_RELEASE_DATETIME", + "value": "2022-05-18T09:45:00Z" }, { "name": "CACHE_BAD_ENVIRONMENTS_SECONDS", @@ -144,7 +148,7 @@ "value": "60" }, { - "name": "LOG_LEVEL", + "name": "LOG_LEVEL", "value": "INFO" }, { @@ -211,9 +215,8 @@ }, { "name": "EDGE_REQUEST_SIGNING_KEY", - "valueFrom":"arn:aws:secretsmanager:eu-west-2:302456015006:secret:ECS-API-heAdoB:EDGE_REQUEST_SIGNING_KEY::" + "valueFrom": "arn:aws:secretsmanager:eu-west-2:302456015006:secret:ECS-API-heAdoB:EDGE_REQUEST_SIGNING_KEY::" }, - { "name": "SSE_AUTHENTICATION_TOKEN", "valueFrom": "arn:aws:secretsmanager:eu-west-2:302456015006:secret:ECS-API-heAdoB:SSE_AUTHENTICATION_TOKEN::" @@ -234,4 +237,4 @@ ], "cpu": "1024", "memory": "2048" -} +} \ No newline at end of file