diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6a3527f..dee7c7e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,6 +25,7 @@ env: TF_VAR_ip_scan_schedule: "10 minutes" TF_VAR_hackerone: "enabled" TF_VAR_hackerone_api_token: ${{ secrets.HACKERONE_API_TOKEN }} + TF_VAR_region: ${{ secrets.AWS_REGION }} jobs: terraform_plan_apply_dev: