Skip to content

Commit

Permalink
Tofu 1.9.0 support (#3746)
Browse files Browse the repository at this point in the history
* Updated test tofu version to 1.9.0

* Compatibility table update
  • Loading branch information
denis256 authored Jan 10, 2025
1 parent f32f340 commit 19eaeb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env: &env
environment:
GRUNTWORK_INSTALLER_VERSION: v0.0.39
MODULE_CI_VERSION: v0.57.0
OPENTOFU_VERSION: "1.8.8"
OPENTOFU_VERSION: "1.9.0"
TERRAFORM_VERSION: "1.9.7"
TFLINT_VERSION: "0.47.0"
TOFU_ENGINE_VERSION: "v0.0.11"
Expand Down
1 change: 1 addition & 0 deletions docs/_docs/04_reference/supported-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The officially supported versions are:

| OpenTofu Version | Terragrunt Version |
|------------------|------------------------------------------------------------------------------|
| 1.9.x | >= [0.72.0](https://github.com/gruntwork-io/terragrunt/releases/tag/v0.72.0) |
| 1.8.x | >= [0.66.0](https://github.com/gruntwork-io/terragrunt/releases/tag/v0.66.0) |
| 1.7.x | >= [0.58.0](https://github.com/gruntwork-io/terragrunt/releases/tag/v0.58.0) |
| 1.6.x | >= [0.52.0](https://github.com/gruntwork-io/terragrunt/releases/tag/v0.52.0) |
Expand Down

0 comments on commit 19eaeb5

Please sign in to comment.