Skip to content

Commit 7dc57f9

Browse files
authored
Update README.md
1 parent 6128336 commit 7dc57f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ export AWS_DEFAULT_REGION="" ## e.g. us-east-1
4949

5050
Automated Setup (run the following command in terminal):
5151
```shell
52-
export AWS_ACCOUNT_ID="$(aws sts get-caller-identity --output text --query 'Account')"
52+
export AWS_ACCOUNT_ID="$(aws sts get-caller-identity --output=text --query='Account')"
5353
```
5454

5555
### Setup AWS_DEFAULT_REGION Programmatically
5656

5757
Automated Setup (run the following command in terminal):
5858
```shell
59-
export AWS_DEFAULT_REGION="$(aws configure get region)"
59+
export AWS_DEFAULT_REGION="$(aws configure get region --output=text)"
6060
```
6161

6262
## Create Terraform Configurations Using TerraHub

0 commit comments

Comments
 (0)