From 0f6d3339b3f0e0854acb473aeffd5c97e8d37a7d Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Thu, 25 Apr 2024 10:21:52 +0100 Subject: [PATCH] fix(saas): fix account number in secrets references (#3842) --- .../aws/production/ecs-task-definition-task-processor.json | 2 +- infrastructure/aws/production/ecs-task-definition-web.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/aws/production/ecs-task-definition-task-processor.json b/infrastructure/aws/production/ecs-task-definition-task-processor.json index 521936b690b9..91e1d9a123d3 100644 --- a/infrastructure/aws/production/ecs-task-definition-task-processor.json +++ b/infrastructure/aws/production/ecs-task-definition-task-processor.json @@ -213,7 +213,7 @@ }, { "name": "GITHUB_PEM", - "valueFrom": "arn:aws:secretsmanager:eu-west-2:302456015006:secret:ECS-API-LxUiIQ:GITHUB_PEM::" + "valueFrom": "arn:aws:secretsmanager:eu-west-2:084060095745:secret:ECS-API-LxUiIQ:GITHUB_PEM::" } ], "logConfiguration": { diff --git a/infrastructure/aws/production/ecs-task-definition-web.json b/infrastructure/aws/production/ecs-task-definition-web.json index 915068a8718f..bcbcf27388e0 100644 --- a/infrastructure/aws/production/ecs-task-definition-web.json +++ b/infrastructure/aws/production/ecs-task-definition-web.json @@ -247,7 +247,7 @@ }, { "name": "GITHUB_PEM", - "valueFrom": "arn:aws:secretsmanager:eu-west-2:302456015006:secret:ECS-API-LxUiIQ:GITHUB_PEM::" + "valueFrom": "arn:aws:secretsmanager:eu-west-2:084060095745:secret:ECS-API-LxUiIQ:GITHUB_PEM::" } ], "logConfiguration": {