Skip to content

Commit

Permalink
Add support for Terraform 1.11 (#3958)
Browse files Browse the repository at this point in the history
  • Loading branch information
denis256 authored Mar 3, 2025
1 parent a0b0abc commit f83766b
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 @@ -9,7 +9,7 @@ env: &env
GRUNTWORK_INSTALLER_VERSION: v0.0.39
MODULE_CI_VERSION: v0.57.0
OPENTOFU_VERSION: "1.9.0"
TERRAFORM_VERSION: "1.10.5"
TERRAFORM_VERSION: "1.11.0"
TFLINT_VERSION: "0.47.0"
TOFU_ENGINE_VERSION: "v0.0.11"

Expand Down
1 change: 1 addition & 0 deletions docs/_docs/04_reference/07-supported-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ The officially supported versions are:

| Terraform Version | Terragrunt Version |
|-------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|
| 1.11.x | >= [0.75.0](https://github.com/gruntwork-io/terragrunt/releases/tag/v0.75.0) |
| 1.10.x | >= [0.74.0](https://github.com/gruntwork-io/terragrunt/releases/tag/v0.74.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) |
Expand Down

0 comments on commit f83766b

Please sign in to comment.