Skip to content

Commit 58e0e79

Browse files
authored
fix: move AWS_SSE_LOGS_BUCKET_NAME to task-processor definition (#6284)
1 parent 6186508 commit 58e0e79

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

infrastructure/aws/production/ecs-task-definition-task-processor.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,10 @@
172172
{
173173
"name": "SEGMENT_RULES_CONDITIONS_EXPLICIT_ORDERING_ENABLED",
174174
"value": "True"
175+
},
176+
{
177+
"name": "AWS_SSE_LOGS_BUCKET_NAME",
178+
"value": "flagsmith-fastly-logs-production"
175179
}
176180
],
177181
"secrets": [

infrastructure/aws/production/ecs-task-definition-web.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,6 @@
125125
"name": "INFLUXDB_URL",
126126
"value": "https://eu-central-1-1.aws.cloud2.influxdata.com"
127127
},
128-
{
129-
"name": "AWS_SSE_LOGS_BUCKET_NAME",
130-
"value": "flagsmith-fastly-logs-production"
131-
},
132128
{
133129
"name": "OAUTH_CLIENT_ID",
134130
"value": "232959427810-br6ltnrgouktp0ngsbs04o14ueb9rch0.apps.googleusercontent.com"

0 commit comments

Comments
 (0)