Skip to content

Commit

Permalink
ci(deps): update terraform to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszPorowski committed Feb 27, 2025
1 parent 735f93a commit 2896c17
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
// "ghcr.io/guiyomh/features/gomarkdoc:0": {},
// "ghcr.io/guiyomh/features/gotestsum:0": {},
"ghcr.io/devcontainers/features/terraform:1": {
"version": "1.10.5",
"version": "1.11.0",
"installSentinel": true,
"installTFsec": true,
"installTerraformDocs": true
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,16 +318,20 @@ jobs:
fail-fast: false
matrix:
cli: [terraform, tofu]
version: ["1.7", "1.8", "1.9", "1.10"]
version: ["1.7", "1.8", "1.9", "1.10", "1.11"]
exclude:
- cli: terraform
version: "1.7"
- cli: terraform
version: "1.9"
- cli: terraform
version: "1.10"
- cli: tofu
version: "1.8"
- cli: tofu
version: "1.10"
- cli: tofu
version: "1.11"
steps:
- name: ⤵️ Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down
4 changes: 2 additions & 2 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ Local development is still possible on Windows, Linux and macOS, but requires ad
- [Go](https://go.dev/doc/install) `>= 1.24.0`
- We recommend you to use Go version manager [go-nv/goenv](https://github.com/go-nv/goenv/blob/master/INSTALL.md)
- `goenv install 1.24.0`
- [Terraform](https://developer.hashicorp.com/terraform/downloads) `>= 1.10.5`
- [Terraform](https://developer.hashicorp.com/terraform/downloads) `>= 1.11.0`
- We recommend you to use Terraform version manager [tfutils/tfenv](https://github.com/tfutils/tfenv/blob/master/README.md)
- `tfenv install 1.10.5`, `tfenv use 1.10.5`
- `tfenv install 1.11.0`, `tfenv use 1.11.0`
- [Task](https://taskfile.dev/installation) `>= 3.40.1`

#### Linux
Expand Down

0 comments on commit 2896c17

Please sign in to comment.