Skip to content

Commit

Permalink
Update aws-asg.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlop committed Feb 1, 2022
1 parent 0970dd2 commit 93ff6b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/tools/autoscaling/plugins/target/aws-asg.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ target "aws-asg" {
to connect to and where resources should be managed.

- `aws_access_key_id` `(string: "")` - The AWS access key ID used to authenticate
with the AWS API.
with the AWS API. Can be empty if the agent is running on an EC2 instance with an IAM role attached.

- `aws_secret_access_key` `(string: "")` - The AWS secret key ID used to authenticate
with the AWS API.
with the AWS API. Can be empty if the agent is running on an EC2 instance with an IAM role attached.

- `aws_session_token` `(string: "")` - The AWS session token used to authenticate
with the AWS API.
Expand Down

0 comments on commit 93ff6b1

Please sign in to comment.