Skip to content

Commit

Permalink
Add region logging to create sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
RioKnightleyNHS committed Sep 9, 2024
1 parent 2cf8b96 commit 3626956
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/terraform-deploy-feature-to-sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,22 @@ on:
required: true
type: 'string'
environment:
default: "development"
description: "Which environment should this run against"
default: 'development'
description: 'Which environment should this run against'
required: true
type: "string"
type: 'string'

permissions:
pull-requests: write
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout

jobs:
debug_region:
runs-on: ubuntu-latest
steps:
- name: Print AWS_REGION
run: echo ${{ vars.AWS_REGION }}
terraform_process:
runs-on: ubuntu-latest
environment: ${{ github.event.inputs.environment }}
Expand Down

0 comments on commit 3626956

Please sign in to comment.