Skip to content

Commit be93637

Browse files
authored
Merge pull request #263 from terraform-providers/recommendations-improvement
Small change to recommendations
2 parents b43afd4 + 5c048f1 commit be93637

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docs/index.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ You can also provide your credentials via the environment variables, MONGODB_ATL
5858
provider "mongodbatlas" {}
5959
```
6060

61-
Usage:
61+
Usage (prefix the export commands with a space to avoid the keys being recorded in OS history):
6262

6363
```shell
64-
$ export MONGODB_ATLAS_PUBLIC_KEY="xxxx"
65-
$ export MONGODB_ATLAS_PRIVATE_KEY="xxxx"
64+
$ export MONGODB_ATLAS_PUBLIC_KEY="xxxx"
65+
$ export MONGODB_ATLAS_PRIVATE_KEY="xxxx"
6666
$ terraform plan
6767
```
6868

0 commit comments

Comments
 (0)