Skip to content

Commit

Permalink
Merge pull request #18 from domain-protect/region-variable
Browse files Browse the repository at this point in the history
Add region variable
  • Loading branch information
paulschwarzenberger authored May 23, 2024
2 parents a684420 + 644160c commit c2fe0f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c2fe0f0

Please sign in to comment.