Merge pull request #5681 from hashicorp/backport/rab-assumerole-tf-fix/lovely-knowing-porpoise

This pull request was automerged via backport-assistant
pull/5683/head
hc-github-team-secure-boundary 1 year ago committed by GitHub
commit ac51392c61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -285,12 +285,12 @@ Apply the following Terraform policy:
attributes_json = jsonencode({
"region" = "eu-west-2",
"disable_credential_rotation" = true })
secrets_json = jsonencode({
"disable_credential_rotation" = true,
"role_arn" = "AWS_ROLE_ARN_VALUE",
"role_external_id" = "AWS_ROLE_EXTERNAL_ID_VALUE",
"role_session_name" = "AWS_ROLE_SESSION_NAME_VALUE",
"role_tags" = "AWS_ROLE_TAGS_VALUE"})
"role_tags" = "AWS_ROLE_TAGS_VALUE"
})
}
```

Loading…
Cancel
Save