From 731f14eb6238a1dc467fa96579fe92993ba6c460 Mon Sep 17 00:00:00 2001 From: "Conor.McManus" Date: Wed, 17 Apr 2019 10:59:51 +0200 Subject: [PATCH] Change -t to -e --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6026ff3..792c447 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,9 @@ variable "workspace" { This will make Terraform lookup AWS credentials from the `~/.aws/credentials` file using the workspace name as the stanza name. For example the credentials file would look like the shared-creds file in this repo. -## atmos -t +## atmos -e -Adding the `-t` flag to atmos will make it generate a new `~/.aws/credentials` file from environment variables. You must first include the `default` access key ID & secret access key like this: +Adding the `-e` flag to atmos will make it generate a new `~/.aws/credentials` file from environment variables. You must first include the `default` access key ID & secret access key like this: ``` DEFAULT_ACCESS_KEY_ID=id