diff --git a/.github/workflows/terraform--ops-cluster-o11y.yml b/.github/workflows/terraform--ops-cluster-o11y.yml index 264d2b9b..b5be702d 100644 --- a/.github/workflows/terraform--ops-cluster-o11y.yml +++ b/.github/workflows/terraform--ops-cluster-o11y.yml @@ -52,7 +52,7 @@ jobs: terraform_version: 1.4 - name: Terraform Cloud Upload Configuration - uses: hashicorp/tfc-workflows-github/actions/upload-configuration@02ae73d5f2ff0b7eaec858cd12c41b3d914e8d2c # v1.0.2 + uses: hashicorp/tfc-workflows-github/actions/upload-configuration@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3 id: upload with: workspace: ${{ env.TF_WORKSPACE }} @@ -60,7 +60,7 @@ jobs: speculative: true - name: Terraform Cloud Create Speculative Run - uses: hashicorp/tfc-workflows-github/actions/create-run@02ae73d5f2ff0b7eaec858cd12c41b3d914e8d2c # v1.0.2 + uses: hashicorp/tfc-workflows-github/actions/create-run@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3 id: run with: workspace: ${{ env.TF_WORKSPACE }} @@ -70,7 +70,7 @@ jobs: message: 'Triggered From GitHub Actions CI ${{ github.sha }}' - name: Terraform Cloud Plan Output - uses: hashicorp/tfc-workflows-github/actions/plan-output@02ae73d5f2ff0b7eaec858cd12c41b3d914e8d2c # v1.0.2 + uses: hashicorp/tfc-workflows-github/actions/plan-output@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3 id: plan-output with: plan: ${{ steps.run.outputs.plan_id }} diff --git a/.github/workflows/terraform--ops-dns.yml b/.github/workflows/terraform--ops-dns.yml index 2d4b168d..329f31be 100644 --- a/.github/workflows/terraform--ops-dns.yml +++ b/.github/workflows/terraform--ops-dns.yml @@ -57,7 +57,7 @@ jobs: terraform_version: 1.4 - name: Terraform Cloud Upload Configuration - uses: hashicorp/tfc-workflows-github/actions/upload-configuration@02ae73d5f2ff0b7eaec858cd12c41b3d914e8d2c # v1.0.2 + uses: hashicorp/tfc-workflows-github/actions/upload-configuration@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3 id: upload with: workspace: ${{ env.TF_WORKSPACE }} @@ -65,7 +65,7 @@ jobs: speculative: true - name: Terraform Cloud Create Speculative Run - uses: hashicorp/tfc-workflows-github/actions/create-run@02ae73d5f2ff0b7eaec858cd12c41b3d914e8d2c # v1.0.2 + uses: hashicorp/tfc-workflows-github/actions/create-run@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3 id: run with: workspace: ${{ env.TF_WORKSPACE }} @@ -75,7 +75,7 @@ jobs: message: 'Triggered From GitHub Actions CI ${{ github.sha }}' - name: Terraform Cloud Plan Output - uses: hashicorp/tfc-workflows-github/actions/plan-output@02ae73d5f2ff0b7eaec858cd12c41b3d914e8d2c # v1.0.2 + uses: hashicorp/tfc-workflows-github/actions/plan-output@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3 id: plan-output with: plan: ${{ steps.run.outputs.plan_id }} @@ -119,14 +119,14 @@ jobs: uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - name: Terraform Cloud Upload Configuration - uses: hashicorp/tfc-workflows-github/actions/upload-configuration@02ae73d5f2ff0b7eaec858cd12c41b3d914e8d2c # v1.0.2 + uses: hashicorp/tfc-workflows-github/actions/upload-configuration@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3 id: upload with: workspace: ${{ env.TF_WORKSPACE }} directory: ${{ env.CONFIG_DIRECTORY }} - name: Terraform Cloud Create Run - uses: hashicorp/tfc-workflows-github/actions/create-run@02ae73d5f2ff0b7eaec858cd12c41b3d914e8d2c # v1.0.2 + uses: hashicorp/tfc-workflows-github/actions/create-run@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3 id: run with: workspace: ${{ env.TF_WORKSPACE }} @@ -134,7 +134,7 @@ jobs: ${{ steps.upload.outputs.configuration_version_id }} message: 'Triggered From GitHub Actions CI ${{ github.sha }}' - - uses: hashicorp/tfc-workflows-github/actions/apply-run@02ae73d5f2ff0b7eaec858cd12c41b3d914e8d2c # v1.0.2 + - uses: hashicorp/tfc-workflows-github/actions/apply-run@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3 id: apply if: ${{ diff --git a/.github/workflows/terraform--ops-test.yml b/.github/workflows/terraform--ops-test.yml index e32c9c34..b97408c0 100644 --- a/.github/workflows/terraform--ops-test.yml +++ b/.github/workflows/terraform--ops-test.yml @@ -52,7 +52,7 @@ jobs: terraform_version: 1.4 - name: Terraform Cloud Upload Configuration - uses: hashicorp/tfc-workflows-github/actions/upload-configuration@02ae73d5f2ff0b7eaec858cd12c41b3d914e8d2c # v1.0.2 + uses: hashicorp/tfc-workflows-github/actions/upload-configuration@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3 id: upload with: workspace: ${{ env.TF_WORKSPACE }} @@ -60,7 +60,7 @@ jobs: speculative: true - name: Terraform Cloud Create Speculative Run - uses: hashicorp/tfc-workflows-github/actions/create-run@02ae73d5f2ff0b7eaec858cd12c41b3d914e8d2c # v1.0.2 + uses: hashicorp/tfc-workflows-github/actions/create-run@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3 id: run with: workspace: ${{ env.TF_WORKSPACE }} @@ -70,7 +70,7 @@ jobs: message: 'Triggered From GitHub Actions CI ${{ github.sha }}' - name: Terraform Cloud Plan Output - uses: hashicorp/tfc-workflows-github/actions/plan-output@02ae73d5f2ff0b7eaec858cd12c41b3d914e8d2c # v1.0.2 + uses: hashicorp/tfc-workflows-github/actions/plan-output@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3 id: plan-output with: plan: ${{ steps.run.outputs.plan_id }} diff --git a/.github/workflows/terraform--prd-cluster-publish.yml b/.github/workflows/terraform--prd-cluster-publish.yml index 2cb69073..d9ef170f 100644 --- a/.github/workflows/terraform--prd-cluster-publish.yml +++ b/.github/workflows/terraform--prd-cluster-publish.yml @@ -52,7 +52,7 @@ jobs: terraform_version: 1.4 - name: Terraform Cloud Upload Configuration - uses: hashicorp/tfc-workflows-github/actions/upload-configuration@02ae73d5f2ff0b7eaec858cd12c41b3d914e8d2c # v1.0.2 + uses: hashicorp/tfc-workflows-github/actions/upload-configuration@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3 id: upload with: workspace: ${{ env.TF_WORKSPACE }} @@ -60,7 +60,7 @@ jobs: speculative: true - name: Terraform Cloud Create Speculative Run - uses: hashicorp/tfc-workflows-github/actions/create-run@02ae73d5f2ff0b7eaec858cd12c41b3d914e8d2c # v1.0.2 + uses: hashicorp/tfc-workflows-github/actions/create-run@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3 id: run with: workspace: ${{ env.TF_WORKSPACE }} @@ -70,7 +70,7 @@ jobs: message: 'Triggered From GitHub Actions CI ${{ github.sha }}' - name: Terraform Cloud Plan Output - uses: hashicorp/tfc-workflows-github/actions/plan-output@02ae73d5f2ff0b7eaec858cd12c41b3d914e8d2c # v1.0.2 + uses: hashicorp/tfc-workflows-github/actions/plan-output@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3 id: plan-output with: plan: ${{ steps.run.outputs.plan_id }} diff --git a/.github/workflows/terraform--stg-cluster-oldeworld.yml b/.github/workflows/terraform--stg-cluster-oldeworld.yml index 70aad877..a4192542 100644 --- a/.github/workflows/terraform--stg-cluster-oldeworld.yml +++ b/.github/workflows/terraform--stg-cluster-oldeworld.yml @@ -52,7 +52,7 @@ jobs: terraform_version: 1.4 - name: Terraform Cloud Upload Configuration - uses: hashicorp/tfc-workflows-github/actions/upload-configuration@02ae73d5f2ff0b7eaec858cd12c41b3d914e8d2c # v1.0.2 + uses: hashicorp/tfc-workflows-github/actions/upload-configuration@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3 id: upload with: workspace: ${{ env.TF_WORKSPACE }} @@ -60,7 +60,7 @@ jobs: speculative: true - name: Terraform Cloud Create Speculative Run - uses: hashicorp/tfc-workflows-github/actions/create-run@02ae73d5f2ff0b7eaec858cd12c41b3d914e8d2c # v1.0.2 + uses: hashicorp/tfc-workflows-github/actions/create-run@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3 id: run with: workspace: ${{ env.TF_WORKSPACE }} @@ -70,7 +70,7 @@ jobs: message: 'Triggered From GitHub Actions CI ${{ github.sha }}' - name: Terraform Cloud Plan Output - uses: hashicorp/tfc-workflows-github/actions/plan-output@02ae73d5f2ff0b7eaec858cd12c41b3d914e8d2c # v1.0.2 + uses: hashicorp/tfc-workflows-github/actions/plan-output@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3 id: plan-output with: plan: ${{ steps.run.outputs.plan_id }}