Skip to content

Terraform

🛠️ Tools · ⬅ Top


terraformInstall

Install terraform binary

Usage

terraformInstall [ package ]

Install terraform binary

Arguments

  • package - Additional packages to install using packageInstall

Return codes

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

terraformUninstall

Remove terraform binary

Usage

terraformUninstall [ package ]

Remove terraform binary

Arguments

  • package - Additional packages to uninstall using packageUninstall

Return codes

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

Support functions

aptKeyAddHashicorp

Add keys to enable apt to download terraform directly from

Usage

aptKeyAddHashicorp

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

Return Code: 1 - if environment is awry Return Code: 0 - All good to install terraform

Arguments

  • none

Return codes

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

aptKeyRemoveHashicorp

Add keys to enable apt to download terraform directly from

Usage

aptKeyRemoveHashicorp

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

Return Code: 1 - if environment is awry Return Code: 0 - All good to install terraform

Arguments

  • none

Return codes

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