Skip to content

Commit

Permalink
readme main
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-guybarak committed Dec 23, 2024
1 parent 49d3779 commit d3c1e4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Set up your AWS credentials and configure the default region by setting environm
```hcl
export AWS_ACCESS_KEY_ID="{your-access-key-id}"
export AWS_SECRET_ACCESS_KEY="{your-secret-access-key}"
export AWS_DEFAULT_REGION={your-region}
export AWS_DEFAULT_REGION="{your-region}"
aws configure
Expand All @@ -58,15 +58,15 @@ aws configure
```hcl
$env:AWS_ACCESS_KEY_ID="{your-access-key-id}"
$env:AWS_SECRET_ACCESS_KEY="{your-secret-access-key}"
$env:AWS_DEFAULT_REGION={your-region}
$env:AWS_DEFAULT_REGION="{your-region}"
aws configure
```
### Command Prompt (Windows)
```hcl
set AWS_ACCESS_KEY_ID="{your-access-key-id}"
set AWS_SECRET_ACCESS_KEY="{your-secret-access-key}"
set AWS_DEFAULT_REGION={your-region}
set AWS_DEFAULT_REGION="{your-region}"
aws configure
```
Expand Down

0 comments on commit d3c1e4d

Please sign in to comment.