Skip to content

Commit

Permalink
fix: Bumping tested Terraform version to 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yhakbar committed Dec 13, 2024
1 parent 66f9541 commit df2cb6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install_terraform_latest: &install_terraform_latest
command: |
pushd .
cd /tmp
export TERRAFORM_VERSION=1.10.1
export TERRAFORM_VERSION=1.10.2
curl -L "https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip" -o terraform.zip
unzip -o terraform.zip
sudo install -m 0755 terraform /usr/local/bin/terraform
Expand Down
2 changes: 1 addition & 1 deletion docs/_docs/01_getting-started/supported-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The officially supported versions are:

| Terraform Version | Terragrunt Version |
|-------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|
| 1.10.x | >= [0.70.0](https://github.com/gruntwork-io/terragrunt/releases/tag/v0.70.0) |
| 1.10.2+ | >= [0.70.0](https://github.com/gruntwork-io/terragrunt/releases/tag/v0.70.0) |
| 1.9.x | >= [0.60.0](https://github.com/gruntwork-io/terragrunt/releases/tag/v0.60.0) |
| 1.8.x | >= [0.57.0](https://github.com/gruntwork-io/terragrunt/releases/tag/v0.57.0) |
| 1.7.x | >= [0.56.0](https://github.com/gruntwork-io/terragrunt/releases/tag/v0.56.0) |
Expand Down

0 comments on commit df2cb6a

Please sign in to comment.