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 terraformPrograms
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.01.11.4,1.11.3,1.11.2,1.11.1,1.11.01.10.5,1.10.4,1.10.3,1.10.2,1.10.11.10.0,1.9.8,1.9.7,1.9.6,1.9.51.9.4,1.9.3,1.9.2,1.9.1,1.9.01.8.5,1.8.4,1.8.3,1.8.2,1.8.11.8.0,1.7.5,1.7.4,1.7.3,1.7.21.7.1,1.7.0,1.6.6,1.6.5,1.6.41.6.3,1.6.2,1.6.1,1.6.0,1.5.71.5.6,1.5.4,1.5.3,1.5.2,1.5.11.5.0,1.4.7,1.4.6,1.4.5,1.4.41.4.3,1.4.2,1.4.1,1.4.0,1.3.101.3.9,1.2.9,1.1.7,1.1.0,1.0.00.14.11,0.14.5,0.13.7,0.13.5,0.13.40.12.31,0.12.26,0.12.24,0.12.20,0.12.60.12.0,0.11.12
Latest Version: 1.13.1
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) terraform -- $SHELL -iUsage 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(', ')}`)Links
This documentation was auto-generated from package data.