Skip to content

OpenTOFU

🛠️ Tools · ⬅ Top


tofuInstall

Install tofu binary

Usage

tofuInstall [ package ... ]

Install tofu binary

Arguments

  • package - Additional packages to install using packageInstall

Return codes

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

tofuUninstall

Uninstall tofu binary and apt sources keys

Usage

tofuUninstall [ package ... ]

Uninstall tofu binary and apt sources keys

Arguments

  • package - Additional packages to uninstall using packageUninstall

Return codes

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

Support functions

aptKeyAddOpenTofu

Add keys to enable apt to download tofu directly from

Usage

aptKeyAddHashicorp

Add keys to enable apt to download tofu 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

aptKeyRemoveOpenTofu

Add keys to enable apt to download tofu directly from

Usage

aptKeyAddHashicorp

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

Return Code: 1 - Environment problems Return Code: 0 - All good to install tofu

Arguments

  • none

Return codes

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