Skip to content

Commit

Permalink
Merge pull request #1431 from gruntwork-io/tofu-1-8
Browse files Browse the repository at this point in the history
OpenTofu 1.8 upgrade
  • Loading branch information
denis256 authored Aug 8, 2024
2 parents 91e02fb + e2ae16f commit 989e86a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ env: &env
MODULE_GCP_CI_VERSION: v0.1.1
MODULE_CI_CIRCLECI_HELPER_VERSION: v0.56.0
TERRAFORM_VERSION: 1.5.7
TOFU_VERSION: 1.8.0
PACKER_VERSION: 1.10.0
TERRAGRUNT_VERSION: v0.52.0
OPA_VERSION: v0.33.1
Expand Down Expand Up @@ -72,7 +73,7 @@ install_gruntwork_utils: &install_gruntwork_utils
install_tofu: &install_tofu
name: Install OpenTofu
command: |
curl -L "https://github.com/opentofu/opentofu/releases/download/v1.6.0-alpha1/tofu_1.6.0-alpha1_linux_amd64.zip" -o tofu.zip
curl -L "https://github.com/opentofu/opentofu/releases/download/v${TOFU_VERSION}/tofu_${TOFU_VERSION}_linux_amd64.zip" -o tofu.zip
unzip -o tofu.zip
sudo install -m 0755 tofu /usr/local/bin/tofu
rm -rf tofu
Expand Down

0 comments on commit 989e86a

Please sign in to comment.