Skip to content

terraform

Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

Package Information

  • Domain: terraform.io
  • Name: terraform
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install terraform

Programs

This package provides the following executable programs:

  • terraform

Available Versions

Show all 77 versions
  • 1.13.1, 1.13.0, 1.12.2, 1.12.1, 1.12.0
  • 1.11.4, 1.11.3, 1.11.2, 1.11.1, 1.11.0
  • 1.10.5, 1.10.4, 1.10.3, 1.10.2, 1.10.1
  • 1.10.0, 1.9.8, 1.9.7, 1.9.6, 1.9.5
  • 1.9.4, 1.9.3, 1.9.2, 1.9.1, 1.9.0
  • 1.8.5, 1.8.4, 1.8.3, 1.8.2, 1.8.1
  • 1.8.0, 1.7.5, 1.7.4, 1.7.3, 1.7.2
  • 1.7.1, 1.7.0, 1.6.6, 1.6.5, 1.6.4
  • 1.6.3, 1.6.2, 1.6.1, 1.6.0, 1.5.7
  • 1.5.6, 1.5.4, 1.5.3, 1.5.2, 1.5.1
  • 1.5.0, 1.4.7, 1.4.6, 1.4.5, 1.4.4
  • 1.4.3, 1.4.2, 1.4.1, 1.4.0, 1.3.10
  • 1.3.9, 1.2.9, 1.1.7, 1.1.0, 1.0.0
  • 0.14.11, 0.14.5, 0.13.7, 0.13.5, 0.13.4
  • 0.12.31, 0.12.26, 0.12.24, 0.12.20, 0.12.6
  • 0.12.0, 0.11.12

Latest Version: 1.13.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) terraform -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.terraform

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.