Skip to content

Commit

Permalink
docs: update Autoscaler AWS plugin with new ws_credential_provider co…
Browse files Browse the repository at this point in the history
…nfig (#13779)
  • Loading branch information
lgfa29 committed Jul 19, 2022
1 parent b1a9207 commit 208b682
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/content/tools/autoscaling/plugins/target/aws-asg.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ target "aws-asg" {
- `aws_session_token` `(string: "")` - The AWS session token used to authenticate
with the AWS API.

- `aws_credential_provider` `(string: "")` - The source of AWS credentials when
`aws_access_key_id` and `aws_secret_access_key` are not defined. If empty,
the [standard credential chain][aws_sdk_creds] will be followed. If set to
"ec2_role" credentials will be retrieved from the EC2 instance role.

### Nomad ACL

When using a Nomad cluster with ACLs enabled, the plugin will require an ACL
Expand Down

0 comments on commit 208b682

Please sign in to comment.