Skip to content

Commit

Permalink
fix: tf var
Browse files Browse the repository at this point in the history
  • Loading branch information
tericcabrel committed Aug 3, 2024
1 parent 770f924 commit 26f8479
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/infra-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
TF_API_TOKEN: "${{ secrets.TERRAFORM_API_TOKEN }}"
TF_CLOUD_ORGANIZATION: ${{ secrets.TERRAFORM_CLOUD_ORGANIZATION }}
TF_VAR_organization: "${{ secrets.TERRAFORM_CLOUD_ORGANIZATION }}"
TF_VAR_organization: "\"${{ secrets.TERRAFORM_CLOUD_ORGANIZATION }}\""
TF_WORKSPACE: 'snipcode-backend-compute-prod'

jobs:
Expand Down Expand Up @@ -46,8 +46,6 @@ jobs:
- name: Create Plan Run
uses: hashicorp/tfc-workflows-github/actions/[email protected]
id: plan-run
env:
TF_VAR_organization: "${{ secrets.TERRAFORM_CLOUD_ORGANIZATION }}"
with:
workspace: ${{ env.TF_WORKSPACE }}
configuration_version: ${{ steps.plan-upload.outputs.configuration_version_id }}
Expand Down

0 comments on commit 26f8479

Please sign in to comment.