Skip to content

Commit

Permalink
Merge pull request #1594 from ministryofjustice/MLPAB-2640-fix-log-gr…
Browse files Browse the repository at this point in the history
…oup-delete-for-new-env-names

MLPAB-2640 - remove region from log group name in destroy job
  • Loading branch information
andrewpearce-digital authored Nov 4, 2024
2 parents 34c6b45 + 7596f78 commit 466269b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow_destroy_pr_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
role-session-name: OPGModernisingLPALogGroupDeleteGithubAction
- name: Remove container insights log group
run: |
aws logs delete-log-group --log-group-name /aws/ecs/containerinsights/${{ needs.generate_environment_workspace_name.outputs.environment_workspace_name }}-eu-west-1/performance
aws logs delete-log-group --log-group-name /aws/ecs/containerinsights/${{ needs.generate_environment_workspace_name.outputs.environment_workspace_name }}/performance
- name: Configure AWS Credentials For opensearch
uses: aws-actions/[email protected]
with:
Expand Down

0 comments on commit 466269b

Please sign in to comment.