mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
bcc6cca040
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
12 lines
316 B
YAML
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
|