Skip to content

Commit

Permalink
fix(saas): fix account number in secrets references (#3842)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell authored Apr 25, 2024
1 parent 0ca8d45 commit 0f6d333
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/aws/production/ecs-task-definition-web.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 0f6d333

Please sign in to comment.