Skip to content

Commit

Permalink
chore(deps): update hashicorp/tfc-workflows-github action to v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 12, 2023
1 parent 1355f87 commit a112c05
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/terraform--ops-cluster-o11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ jobs:
terraform_version: 1.4

- name: Terraform Cloud Upload Configuration
uses: hashicorp/tfc-workflows-github/actions/upload-configuration@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3
uses: hashicorp/tfc-workflows-github/actions/upload-configuration@a9b5237abdfa0d0510ad3444906147fa424bbdd9 # v1.0.4
id: upload
with:
workspace: ${{ env.TF_WORKSPACE }}
directory: ${{ env.CONFIG_DIRECTORY }}
speculative: true

- name: Terraform Cloud Create Speculative Run
uses: hashicorp/tfc-workflows-github/actions/create-run@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3
uses: hashicorp/tfc-workflows-github/actions/create-run@a9b5237abdfa0d0510ad3444906147fa424bbdd9 # v1.0.4
id: run
with:
workspace: ${{ env.TF_WORKSPACE }}
Expand All @@ -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@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3
uses: hashicorp/tfc-workflows-github/actions/plan-output@a9b5237abdfa0d0510ad3444906147fa424bbdd9 # v1.0.4
id: plan-output
with:
plan: ${{ steps.run.outputs.plan_id }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/terraform--ops-dns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ jobs:
terraform_version: 1.4

- name: Terraform Cloud Upload Configuration
uses: hashicorp/tfc-workflows-github/actions/upload-configuration@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3
uses: hashicorp/tfc-workflows-github/actions/upload-configuration@a9b5237abdfa0d0510ad3444906147fa424bbdd9 # v1.0.4
id: upload
with:
workspace: ${{ env.TF_WORKSPACE }}
directory: ${{ env.CONFIG_DIRECTORY }}
speculative: true

- name: Terraform Cloud Create Speculative Run
uses: hashicorp/tfc-workflows-github/actions/create-run@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3
uses: hashicorp/tfc-workflows-github/actions/create-run@a9b5237abdfa0d0510ad3444906147fa424bbdd9 # v1.0.4
id: run
with:
workspace: ${{ env.TF_WORKSPACE }}
Expand All @@ -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@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3
uses: hashicorp/tfc-workflows-github/actions/plan-output@a9b5237abdfa0d0510ad3444906147fa424bbdd9 # v1.0.4
id: plan-output
with:
plan: ${{ steps.run.outputs.plan_id }}
Expand Down Expand Up @@ -119,22 +119,22 @@ jobs:
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3

- name: Terraform Cloud Upload Configuration
uses: hashicorp/tfc-workflows-github/actions/upload-configuration@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3
uses: hashicorp/tfc-workflows-github/actions/upload-configuration@a9b5237abdfa0d0510ad3444906147fa424bbdd9 # v1.0.4
id: upload
with:
workspace: ${{ env.TF_WORKSPACE }}
directory: ${{ env.CONFIG_DIRECTORY }}

- name: Terraform Cloud Create Run
uses: hashicorp/tfc-workflows-github/actions/create-run@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3
uses: hashicorp/tfc-workflows-github/actions/create-run@a9b5237abdfa0d0510ad3444906147fa424bbdd9 # v1.0.4
id: run
with:
workspace: ${{ env.TF_WORKSPACE }}
configuration_version:
${{ steps.upload.outputs.configuration_version_id }}
message: 'Triggered From GitHub Actions CI ${{ github.sha }}'

- uses: hashicorp/tfc-workflows-github/actions/apply-run@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3
- uses: hashicorp/tfc-workflows-github/actions/apply-run@a9b5237abdfa0d0510ad3444906147fa424bbdd9 # v1.0.4
id: apply
if:
${{
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/terraform--ops-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ jobs:
terraform_version: 1.4

- name: Terraform Cloud Upload Configuration
uses: hashicorp/tfc-workflows-github/actions/upload-configuration@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3
uses: hashicorp/tfc-workflows-github/actions/upload-configuration@a9b5237abdfa0d0510ad3444906147fa424bbdd9 # v1.0.4
id: upload
with:
workspace: ${{ env.TF_WORKSPACE }}
directory: ${{ env.CONFIG_DIRECTORY }}
speculative: true

- name: Terraform Cloud Create Speculative Run
uses: hashicorp/tfc-workflows-github/actions/create-run@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3
uses: hashicorp/tfc-workflows-github/actions/create-run@a9b5237abdfa0d0510ad3444906147fa424bbdd9 # v1.0.4
id: run
with:
workspace: ${{ env.TF_WORKSPACE }}
Expand All @@ -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@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3
uses: hashicorp/tfc-workflows-github/actions/plan-output@a9b5237abdfa0d0510ad3444906147fa424bbdd9 # v1.0.4
id: plan-output
with:
plan: ${{ steps.run.outputs.plan_id }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/terraform--prd-cluster-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ jobs:
terraform_version: 1.4

- name: Terraform Cloud Upload Configuration
uses: hashicorp/tfc-workflows-github/actions/upload-configuration@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3
uses: hashicorp/tfc-workflows-github/actions/upload-configuration@a9b5237abdfa0d0510ad3444906147fa424bbdd9 # v1.0.4
id: upload
with:
workspace: ${{ env.TF_WORKSPACE }}
directory: ${{ env.CONFIG_DIRECTORY }}
speculative: true

- name: Terraform Cloud Create Speculative Run
uses: hashicorp/tfc-workflows-github/actions/create-run@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3
uses: hashicorp/tfc-workflows-github/actions/create-run@a9b5237abdfa0d0510ad3444906147fa424bbdd9 # v1.0.4
id: run
with:
workspace: ${{ env.TF_WORKSPACE }}
Expand All @@ -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@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3
uses: hashicorp/tfc-workflows-github/actions/plan-output@a9b5237abdfa0d0510ad3444906147fa424bbdd9 # v1.0.4
id: plan-output
with:
plan: ${{ steps.run.outputs.plan_id }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/terraform--stg-cluster-oldeworld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ jobs:
terraform_version: 1.4

- name: Terraform Cloud Upload Configuration
uses: hashicorp/tfc-workflows-github/actions/upload-configuration@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3
uses: hashicorp/tfc-workflows-github/actions/upload-configuration@a9b5237abdfa0d0510ad3444906147fa424bbdd9 # v1.0.4
id: upload
with:
workspace: ${{ env.TF_WORKSPACE }}
directory: ${{ env.CONFIG_DIRECTORY }}
speculative: true

- name: Terraform Cloud Create Speculative Run
uses: hashicorp/tfc-workflows-github/actions/create-run@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3
uses: hashicorp/tfc-workflows-github/actions/create-run@a9b5237abdfa0d0510ad3444906147fa424bbdd9 # v1.0.4
id: run
with:
workspace: ${{ env.TF_WORKSPACE }}
Expand All @@ -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@b5ae00d6ff4f940fc11ec6e70346e9c693590b5e # v1.0.3
uses: hashicorp/tfc-workflows-github/actions/plan-output@a9b5237abdfa0d0510ad3444906147fa424bbdd9 # v1.0.4
id: plan-output
with:
plan: ${{ steps.run.outputs.plan_id }}
Expand Down

0 comments on commit a112c05

Please sign in to comment.