Skip to content

Commit

Permalink
fix: correct name of dynamic terraform variables (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Basty authored Jan 11, 2024
1 parent 87eca72 commit 07e9250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sub-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
stage: staging
stage-url: https://staging.${{ vars.SUBDOMAIN_NAME }}.walletconnect.com/health
tf-variables: |
ofac-blocked-zones: ${{ vars.OFAC_BLOCKED_ZONES }}
ofac_blocked_countries: ${{ vars.OFAC_BLOCKED_ZONES }}
aws-role-arn: ${{ vars.AWS_ROLE_STAGING }}

validate-staging:
Expand All @@ -66,7 +66,7 @@ jobs:
stage: prod
stage-url: https://${{ vars.SUBDOMAIN_NAME }}.walletconnect.com/health
tf-variables: |
ofac-blocked-zones: ${{ vars.OFAC_BLOCKED_ZONES }}
ofac_blocked_countries: ${{ vars.OFAC_BLOCKED_ZONES }}
aws-role-arn: ${{ vars.AWS_ROLE_PROD }}

validate-prod:
Expand Down

0 comments on commit 07e9250

Please sign in to comment.