ZIP
WinGet
HashiCorp Terraform
HashiCorp · 1.15.0 · x86
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
terraform_1.15.0_windows_386.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Hashicorp.Terraform
Version
1.15.0
Description
A tool for building, changing, and versioning infrastructure safely and efficiently.
License
BUSL-1.1
↗
Release Notes
NEW FEATURES:
- We now produce builds for Windows ARM64 (#32719)
- You can set a deprecated attribute on variable and output blocks to indicate that they are deprecated. This will produce warnings when passing in a value for a deprecated variable or when referencing a deprecated output. (#38001)
- backend/s3: Support authentication via aws login (#37976)
- validate: The validate command now checks the backend block. This ensures the backend type exists, that all required attributes are present,…