@@ -34,6 +34,9 @@ Default region name [None]: us-east-1
3434Default output format [None]: json
3535```
3636
37+ > NOTE: If you don't have AWS CLI, check out
38+ [ installation guide] ( https://docs.aws.amazon.com/cli/latest/userguide/installing.html )
39+
3740## Get Values for Your AWS Account
3841
3942Run the following command in terminal:
@@ -75,7 +78,20 @@ export AWS_ACCOUNT_ID="$(aws sts get-caller-identity --output text --query 'Acco
7578export AWS_DEFAULT_REGION=" $( aws configure get region) "
7679```
7780
78- ## Create TerraHub Project
81+ ## Create Terraform Configurations Using TerraHub
82+
83+ Run the following commands in terminal:
84+ ``` shell
85+ terrahub --version
86+ ```
87+
88+ Your output should be similar to the one below:
89+ ```
90+ v0.0.28
91+ ```
92+
93+ > NOTE: If you don't have TerraHub CLI, check out
94+ [ installation guide] ( https://www.npmjs.com/package/terrahub )
7995
8096Run the following commands in terminal:
8197``` shell
@@ -89,7 +105,7 @@ Your output should be similar to the one below:
89105✅ Project successfully initialized
90106```
91107
92- ## Create TerraHub Component
108+ ## Create TerraHub Components
93109
94110Run the following command in terminal:
95111``` shell
@@ -107,7 +123,7 @@ Your output should be similar to the one below:
107123✅ Done
108124```
109125
110- ## Chart TerraHub Components Graph
126+ ## Visualize TerraHub Components
111127
112128Run the following command in terminal:
113129``` shell
0 commit comments