diff --git a/.github/workflows/_terraform.yml b/.github/workflows/_terraform.yml index 85ac67bb1..69f1d9a61 100644 --- a/.github/workflows/_terraform.yml +++ b/.github/workflows/_terraform.yml @@ -36,7 +36,7 @@ jobs: run: | terraform fmt --check --recursive - name: Upload Configuration - uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.0.4 + uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.1.1 id: plan-upload with: workspace: ${{ env.TF_WORKSPACE }} @@ -45,7 +45,7 @@ jobs: directory: "./" speculative: true - name: Create Plan Run - uses: hashicorp/tfc-workflows-github/actions/create-run@v1.0.4 + uses: hashicorp/tfc-workflows-github/actions/create-run@v1.1.1 id: plan-run env: TF_VAR_image_tag: '"${{ env.VERSION }}-${{ github.sha }}"' @@ -55,7 +55,7 @@ jobs: ${{ steps.plan-upload.outputs.configuration_version_id }} plan_only: true - name: Get Plan Output - uses: hashicorp/tfc-workflows-github/actions/plan-output@v1.0.4 + uses: hashicorp/tfc-workflows-github/actions/plan-output@v1.1.1 id: plan-output with: plan: ${{ fromJSON(steps.plan-run.outputs.payload).data.relationships.plan.data.id }} diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d02afc27a..025c3f43c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -40,7 +40,7 @@ jobs: with: ref: ${{ github.event.workflow_run.head_branch }} - name: Upload Configuration - uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.0.4 + uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.1.1 id: apply-upload with: workspace: ${{ env.TF_WORKSPACE }} @@ -48,7 +48,7 @@ jobs: # https://app.terraform.io/app/firezone/workspaces/staging/settings/general directory: "./" - name: Create Plan Run - uses: hashicorp/tfc-workflows-github/actions/create-run@v1.0.4 + uses: hashicorp/tfc-workflows-github/actions/create-run@v1.1.1 id: apply-run env: TF_VAR_image_tag: '"${{ env.VERSION }}-${{ github.sha }}"' @@ -57,7 +57,7 @@ jobs: configuration_version: ${{ steps.apply-upload.outputs.configuration_version_id }} - name: Apply - uses: hashicorp/tfc-workflows-github/actions/apply-run@v1.0.4 + uses: hashicorp/tfc-workflows-github/actions/apply-run@v1.1.1 if: fromJSON(steps.apply-run.outputs.payload).data.attributes.actions.IsConfirmable id: apply with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b0e05057a..4dfdfcc64 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -97,7 +97,7 @@ jobs: with: ref: ${{ github.event.workflow_run.head_branch }} - name: Upload Configuration - uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.0.4 + uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.1.1 id: apply-upload with: workspace: ${{ env.TF_WORKSPACE }} @@ -105,7 +105,7 @@ jobs: # https://app.terraform.io/app/firezone/workspaces/production/settings/general directory: "./" - name: Create Plan Run - uses: hashicorp/tfc-workflows-github/actions/create-run@v1.0.4 + uses: hashicorp/tfc-workflows-github/actions/create-run@v1.1.1 id: apply-run env: TF_VAR_image_tag: @@ -115,7 +115,7 @@ jobs: configuration_version: ${{ steps.apply-upload.outputs.configuration_version_id }} - name: Apply - uses: hashicorp/tfc-workflows-github/actions/apply-run@v1.0.4 + uses: hashicorp/tfc-workflows-github/actions/apply-run@v1.1.1 if: fromJSON(steps.apply-run.outputs.payload).data.attributes.actions.IsConfirmable id: apply with: