Skip to content

Commit

Permalink
remove region from log group name
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpearce-digital committed Nov 4, 2024
1 parent 34c6b45 commit 7596f78
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 7596f78

Please sign in to comment.