Skip to content

Terraform

🛠️ Tools · ⬅ Home


Usage

terraformInstall [ package ... ]

Install terraform binary

Arguments

  • package ... - String. Optional. Additional packages to install using packageInstall

Return codes

  • 0 - Success
  • 1 - Environment error
  • 2 - Argument error

Usage

terraformUninstall [ package ... ]

Remove terraform binary

Arguments

  • package ... - String. Optional. Additional packages to uninstall using packageUninstall

Return codes

  • 0 - Success
  • 1 - Environment error
  • 2 - Argument error

Support functions

Usage

aptKeyAddHashicorp [ --help ]

Add keys to enable apt to download terraform directly from hashicorp.com

Arguments

  • --help - Flag. Optional. Display this help.

Return codes

  • 1 - if environment is awry
  • 0 - All good to install terraform

Usage

aptKeyRemoveHashicorp [ --help ]

Add keys to enable apt to download terraform directly from hashicorp.com

Arguments

  • --help - Flag. Optional. Display this help.

Return codes

  • 1 - if environment is awry
  • 0 - All good to install terraform