diff --git a/.github/workflows/terraform-deploy-feature-to-sandbox.yml b/.github/workflows/terraform-deploy-feature-to-sandbox.yml index 25bad4fe..77bb4fdb 100644 --- a/.github/workflows/terraform-deploy-feature-to-sandbox.yml +++ b/.github/workflows/terraform-deploy-feature-to-sandbox.yml @@ -13,10 +13,10 @@ 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 @@ -24,6 +24,11 @@ permissions: 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 }}