Skip to content

Commit

Permalink
wrong environment name on document (#3600)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamontat authored Nov 25, 2024
1 parent 5c413b0 commit ad2e7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_docs/04_reference/cli-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ Used as the session name for the STS session which assumes the role defined in `
### terragrunt-iam-web-identity-token

**CLI Arg**: `--terragrunt-iam-web-identity-token`<br/>
**Environment Variable**: `TERRAGRUNT_IAM_WEB_IDENTITY_TOKEN`<br/>
**Environment Variable**: `TERRAGRUNT_IAM_ASSUME_ROLE_WEB_IDENTITY_TOKEN`<br/>
**Requires an argument**: `--terragrunt-iam-web-identity-token [/path/to/web-identity-token | web-identity-token-value]`<br/>

Used as the web identity token for assuming a role temporarily using the AWS Security Token Service (STS) with the [AssumeRoleWithWebIdentity](https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoleWithWebIdentity.html) API.
Expand Down

0 comments on commit ad2e7f2

Please sign in to comment.