We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6128336 commit 7dc57f9Copy full SHA for 7dc57f9
README.md
@@ -49,14 +49,14 @@ export AWS_DEFAULT_REGION="" ## e.g. us-east-1
49
50
Automated Setup (run the following command in terminal):
51
```shell
52
-export AWS_ACCOUNT_ID="$(aws sts get-caller-identity --output text --query 'Account')"
+export AWS_ACCOUNT_ID="$(aws sts get-caller-identity --output=text --query='Account')"
53
```
54
55
### Setup AWS_DEFAULT_REGION Programmatically
56
57
58
59
-export AWS_DEFAULT_REGION="$(aws configure get region)"
+export AWS_DEFAULT_REGION="$(aws configure get region --output=text)"
60
61
62
## Create Terraform Configurations Using TerraHub
0 commit comments