You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-10Lines changed: 2 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,15 +121,13 @@ using AWS. We take no responsibility for any charges you may incur.
121
121
To use DynamoDB for locking, you must:
122
122
123
123
1. Set your AWS credentials in the environment using one of the following options:
124
-
1. Set your credentials as the environment variables `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`.
124
+
1. Set your credentials as the environment variables `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` (and also `AWS_SESSION_TOKEN` if using [STS temporary credentials](http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp.html))
125
125
1. Run `aws configure` and fill in the details it asks for.
126
126
1. Run Terragrunt on an EC2 instance with an IAM Role.
0 commit comments