Skip to content

Commit

Permalink
Fix tfstate for gitops
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Jul 26, 2024
1 parent 0cfbabc commit 25f9b73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ runs:
- name: Install Terraform
if: ${{ steps.config.outputs.terraform-version != '' && steps.config.outputs.terraform-version != 'null' }}
uses: jaxxstorm/[email protected]
uses: hashicorp/setup-terraform@v3
with:
repo: hashicorp/terraform
tag: v${{ steps.config.outputs.terraform-version }}
terraform_version: ${{ steps.config.outputs.terraform-version }}
terraform_wrapper: false

- name: Install OpenTofu
if: ${{ steps.config.outputs.opentofu-version != '' && steps.config.outputs.opentofu-version != 'null' }}
Expand Down

0 comments on commit 25f9b73

Please sign in to comment.