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 usingpackageInstall--help- Flag. Optional. Display this help.
Return codes
0- Success1- Environment error2- Argument error
See Also
- tofuUninstall - Uninstall tofu binary and apt sources keys (source)
- packageInstall - Install packages using a package manager (source)
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 usingpackageUninstall--help- Flag. Optional. Display this help.
Return codes
0- Success1- Environment error2- Argument error
See Also
- tofuInstall - Install tofu binary (source)
- packageUninstall - Removes packages using package manager (source)
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 awry0- All good to install terraform
See Also
- aptKeyRemoveOpenTofu - Remove keys to disable apt to download tofu from opentofu.org (source)
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 problems0- All good to install tofu
See Also
- aptKeyAddOpenTofu - Add keys to enable apt to download tofu directly from (source)