Comment on page
Welcome to TerraHub
terraform automation and orchestration tool
data and logs management, requires token to collect anything
( built using node.js | managed using swagger | deployed using aws serverless | documented using swagger ui )
enterprise friendly GUI to show realtime terraform executions, as well as auditing and reporting capabilities for historical terraform runs
( built using vue.js | managed using webpack | deployed using aws serverless | published using terrahub )
Getting started with TerraHub CLI is pretty straightforward:
- 1.Check if
npm
is installed:npm --versionThe output should look similar to the one below (no need to copy paste):v5.6.0 - 2.Install
terrahub
globally usingnpm
:npm install --global terrahubThe output should look similar to the one below (no need to copy paste):~/.nvm/versions/node/v8.10.0/lib - 3.Test if
terrahub
cli was installed properly:terrahub --help
TerraHub CLI doesn't magically collect your data and upload to TerraHub API, which is further visualized in TerraHub Console. In order to do that, please sign up for a free account at console.terrahub.io and navigate to Settings page to copy TerraHub Token. Next, setup TerraHub Token as
THUB_TOKEN
environmental variable or update token
value in global config file - $HOME/.terrahub/.terrahub.json
.
TerraHub CLI and TerraHub Console in Action
More Examples:
Last modified 4yr ago