ibm-cloud-docs / transit-gateway

Documentation repository for transit-gateway
0 stars 11 forks source link

Bug: Step 2 directions for CLI #10

Closed abacchus-ibm closed 1 year ago

abacchus-ibm commented 1 year ago

In step 2, please change the command from echo $iam_token to echo $IAM_TOKEN. https://cloud.ibm.com/docs/transit-gateway?topic=transit-gateway-set-up-environment#get-iam-token

I use the Mac OS Terminal command line utility. In my utility, variables are case-sensitive. The first step in Step 2 sets IAM_TOKEN. The corresponding echo command should be uppercase. The command was successful when I changed the echo statement to uppercase for the variable only > echo $IAM_TOKEN.

austinmama commented 1 year ago

Updated. Thank you for your feedback.