Files
coder/.github/actions/setup-tf/action.yaml
T
blink-so[bot] bcc6cca040 chore: update terraform to v1.15.5
Bumps bundled Terraform from 1.15.2 to 1.15.5 across all pinned
locations: CI setup-tf action, scripts/Dockerfile.base, install.sh,
flake.nix (+ updated SRI hash), mise.toml, mise.lock (+ updated
per-platform SHA256 checksums), provisioner testdata version.txt,
and the ai-tasks-disabled tfplan test fixture.

Terraform 1.15.5 is built with Go 1.25.10, which addresses recent
Go stdlib CVEs picked up by security scanners.

Release notes: https://github.com/hashicorp/terraform/releases/tag/v1.15.5
2026-05-27 17:08:22 +00:00

12 lines
316 B
YAML

name: "Setup Terraform"
description: |
Sets up Terraform for tests, builds, etc.
runs:
using: "composite"
steps:
- name: Install Terraform
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
with:
terraform_version: 1.15.5
terraform_wrapper: false