Skip to content

Commit

Permalink
Quick workflow fix. (#292)
Browse files Browse the repository at this point in the history
* Update terraform-github-import.yml

Updated `hashicorp/setup-terraform` release to v3 for js.Node20

* Update terraform-github.yml

Include update to terraform-setup.
  • Loading branch information
MaxBed4d authored Feb 15, 2024
1 parent f9bfce4 commit 840fee7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-github-import.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
python-version: '3.10.4'
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
uses: hashicorp/setup-terraform@v3
with:
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}
terraform_wrapper: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
working-directory: './terraform/github/'
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v2
- uses: hashicorp/setup-terraform@v3
with:
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}

Expand Down

0 comments on commit 840fee7

Please sign in to comment.