diff --git a/.github/workflows/_deploy_production.yml b/.github/workflows/_deploy_production.yml index a315c2080..a029caae9 100644 --- a/.github/workflows/_deploy_production.yml +++ b/.github/workflows/_deploy_production.yml @@ -125,7 +125,7 @@ jobs: with: ref: ${{ github.event.workflow_run.head_branch }} - name: Upload Configuration - uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.3.0 + uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.3.1 id: apply-upload with: workspace: ${{ env.TF_WORKSPACE }} @@ -133,7 +133,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.3.0 + uses: hashicorp/tfc-workflows-github/actions/create-run@v1.3.1 id: apply-run env: TF_VAR_image_tag: @@ -143,7 +143,7 @@ jobs: configuration_version: ${{ steps.apply-upload.outputs.configuration_version_id }} - name: Apply - uses: hashicorp/tfc-workflows-github/actions/apply-run@v1.3.0 + uses: hashicorp/tfc-workflows-github/actions/apply-run@v1.3.1 if: fromJSON(steps.apply-run.outputs.payload).data.attributes.actions.IsConfirmable id: apply with: diff --git a/.github/workflows/_terraform.yml b/.github/workflows/_terraform.yml index ca1857e0d..05971f8be 100644 --- a/.github/workflows/_terraform.yml +++ b/.github/workflows/_terraform.yml @@ -40,7 +40,7 @@ jobs: - 'terraform/**' - if: steps.changes.outputs.terraform == 'true' name: Upload Configuration - uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.3.0 + uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.3.1 id: plan-upload with: workspace: ${{ env.TF_WORKSPACE }} @@ -50,7 +50,7 @@ jobs: speculative: true - if: steps.changes.outputs.terraform == 'true' name: Create Plan Run - uses: hashicorp/tfc-workflows-github/actions/create-run@v1.3.0 + uses: hashicorp/tfc-workflows-github/actions/create-run@v1.3.1 id: plan-run env: TF_VAR_image_tag: '"${{ github.sha }}"' @@ -61,7 +61,7 @@ jobs: plan_only: true - if: steps.changes.outputs.terraform == 'true' name: Get Plan Output - uses: hashicorp/tfc-workflows-github/actions/plan-output@v1.3.0 + uses: hashicorp/tfc-workflows-github/actions/plan-output@v1.3.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 97c1fdb84..257b34286 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -68,7 +68,7 @@ jobs: with: ref: ${{ github.event.workflow_run.head_branch }} - name: Upload Configuration - uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.3.0 + uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.3.1 id: apply-upload with: workspace: ${{ env.TF_WORKSPACE }} @@ -76,7 +76,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.3.0 + uses: hashicorp/tfc-workflows-github/actions/create-run@v1.3.1 id: apply-run env: TF_VAR_image_tag: '"${{ github.sha }}"' @@ -85,7 +85,7 @@ jobs: configuration_version: ${{ steps.apply-upload.outputs.configuration_version_id }} - name: Apply - uses: hashicorp/tfc-workflows-github/actions/apply-run@v1.3.0 + uses: hashicorp/tfc-workflows-github/actions/apply-run@v1.3.1 if: fromJSON(steps.apply-run.outputs.payload).data.attributes.actions.IsConfirmable id: apply with: