Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update hashicorp/tfc-workflows-github action to v1.0.3 #577

Merged
merged 1 commit into from
Aug 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@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 }}
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 }}
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@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 }}
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@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 }}
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 }}
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@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 }}
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@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 }}
configuration_version:
${{ 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:
${{
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@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 }}
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 }}
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@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 }}
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@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 }}
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 }}
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@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 }}
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@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 }}
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 }}
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@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 }}
Expand Down
Loading