Skip to content

Commit

Permalink
Add region debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
RioKnightleyNHS committed Sep 9, 2024
1 parent e222424 commit a9156a6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/terraform-destroy-environment-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,18 @@ permissions:
contents: read

jobs:
debug_region:
runs-on: ubuntu-latest
steps:
- name: Print AWS_REGION
run: echo ${{ vars.AWS_REGION }}
remove_edge_associations:
name: Remove Lambda@Edge Associations
uses: ./.github/workflows/cleanup-cloudfront-edge-associations.yml
with:
sandbox_workspace: ${{ inputs.sandbox_workspace }}
lambda_function_name: '${{ inputs.sandbox_workspace }}_EdgePresignLambda'
aws_region: ${{ vars.AWS_REGION }} # Assuming AWS_REGION is set as a repository/organization variable
aws_region: '${{ vars.AWS_REGION }}'
python_version: 3.11
build_branch: main
secrets:
Expand Down

0 comments on commit a9156a6

Please sign in to comment.