mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Try to wrap tf vars in backticks
This commit is contained in:
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
@@ -75,8 +75,8 @@ jobs:
|
||||
uses: hashicorp/tfc-workflows-github/actions/create-run@v1.0.0
|
||||
id: apply-run
|
||||
env:
|
||||
TF_VAR_api_image_tag: ${{ github.sha }}
|
||||
TF_VAR_web_image_tag: ${{ github.sha }}
|
||||
TF_VAR_api_image_tag: "${{ github.sha }}"
|
||||
TF_VAR_web_image_tag: "${{ github.sha }}"
|
||||
with:
|
||||
workspace: ${{ env.TF_WORKSPACE }}
|
||||
configuration_version: ${{ steps.apply-upload.outputs.configuration_version_id }}
|
||||
|
||||
4
.github/workflows/terraform.yml
vendored
4
.github/workflows/terraform.yml
vendored
@@ -47,8 +47,8 @@ jobs:
|
||||
uses: hashicorp/tfc-workflows-github/actions/create-run@v1.0.0
|
||||
id: plan-run
|
||||
env:
|
||||
TF_VAR_api_image_tag: ${{ github.sha }}
|
||||
TF_VAR_web_image_tag: ${{ github.sha }}
|
||||
TF_VAR_api_image_tag: "${{ github.sha }}"
|
||||
TF_VAR_web_image_tag: "${{ github.sha }}"
|
||||
with:
|
||||
workspace: ${{ env.TF_WORKSPACE }}
|
||||
configuration_version: ${{ steps.plan-upload.outputs.configuration_version_id }}
|
||||
|
||||
Reference in New Issue
Block a user