Terraform

Version: 1.15.7darwinlinuxwindows

HashiCorp Terraform is an infrastructure as code tool that lets you define both cloud and on-prem resources in human-readable configuration files that you can version, reuse, and share. You can then use a consistent workflow to provision and manage all of your infrastructure throughout its lifecycle. Terraform can manage low-level components like compute, storage, and networking resources, as well as high-level components like DNS entries and SaaS features.

Installation Instructions

Linux

Download Terraform
{
  "url": "{{ .SVar `.tool.terraform.download.url` }}",
  "destination_folder": "{{ .PDownloads }}",
  "output_filename": "{{ .SVar `.tool.terraform.download.filename` }}",
  "overwrite": false
}
Extract Terraform Release
{
  "destination": "{{ .PTools }}/terraform/{{ .SVar `.tool.terraform.download.version` }}",
  "max_file_size": 0,
  "skip_symlinks": false,
  "preserve_permissions": true,
  "remove_existing": true,
  "source": "{{ .PDownloads }}/{{ .SVar `.tool.terraform.download.filename` }}"
}

MacOS

Download Terraform
{
  "url": "{{ .SVar `.tool.terraform.download.url` }}",
  "destination_folder": "{{ .PDownloads }}",
  "output_filename": "{{ .SVar `.tool.terraform.download.filename` }}",
  "overwrite": false
}
Extract Terraform Release
{
  "destination": "{{ .PTools }}/terraform/{{ .SVar `.tool.terraform.download.version` }}",
  "max_file_size": 0,
  "skip_symlinks": false,
  "preserve_permissions": true,
  "remove_existing": true,
  "source": "{{ .PDownloads }}/{{ .SVar `.tool.terraform.download.filename` }}"
}

Binaries