Skip to content

OpenTOFU


tofuInstall

Install tofu binary

Usage

tofuInstall [ package ] [ --help ]

Install tofu binary

Location: bin/build/tools/tofu.sh

Arguments

  • package - String. Optional. Additional packages to install using packageInstall
  • --help - Flag. Optional. Display this help.

Return codes

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

See Also

tofuUninstall

Uninstall tofu binary and apt sources keys

Usage

tofuUninstall [ package ] [ --help ]

Uninstall tofu binary and apt sources keys

Location: bin/build/tools/tofu.sh

Arguments

  • package - String. Optional. Additional packages to uninstall using packageUninstall
  • --help - Flag. Optional. Display this help.

Return codes

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

See Also

Support functions

aptKeyAddOpenTofu

Add keys to enable apt to download tofu directly from

Usage

aptKeyAddOpenTofu [ --help ]

Add keys to enable apt to download tofu directly from opentofu.org

Location: bin/build/tools/tofu.sh

Arguments

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

Return codes

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

See Also

aptKeyRemoveOpenTofu

Remove keys to disable apt to download tofu from opentofu.org

Usage

aptKeyRemoveOpenTofu [ --help ]

Remove keys to disable apt to download tofu from opentofu.org

Location: bin/build/tools/tofu.sh

Arguments

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

Return codes

  • 1 - Environment problems
  • 0 - All good to install tofu

See Also


🛠️ Tools · ⬅ Top