Skip to content

Commit

Permalink
Merge pull request #27017 from hashicorp/d-assume-role-web-id
Browse files Browse the repository at this point in the history
Documentation: use correct `assume_role_with_web_identity` config
  • Loading branch information
jar-b committed Sep 29, 2022
2 parents e3142f9 + 12b86d8 commit aeb1a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/index.html.markdown
Expand Up @@ -197,7 +197,7 @@ Usage:

```terraform
provider "aws" {
assume_role {
assume_role_with_web_identity {
role_arn = "arn:aws:iam::123456789012:role/ROLE_NAME"
session_name = "SESSION_NAME"
web_identity_token_file = "/Users/tf_user/secrets/web-identity-token"
Expand Down

0 comments on commit aeb1a16

Please sign in to comment.