Skip to content

Commit

Permalink
tf 4
Browse files Browse the repository at this point in the history
  • Loading branch information
orouz committed Jan 7, 2024
1 parent c591693 commit 305d43a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-gcp-dm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ env:
TF_VAR_ec_api_key: ${{ secrets.EC_API_KEY }}
TF_VAR_ess_region: gcp-us-west2 # default region for testing deployments

# this is required for terraform to work because main includes multiple modules
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: "eu-west-1"

jobs:
Test-GCP-DM:
name: GCP Deployment Manager Test
Expand Down

0 comments on commit 305d43a

Please sign in to comment.