Unverified Commit 1ad08c2e authored by Adrián López's avatar Adrián López Committed by GitHub
Browse files

Update autoscaler AWS ASG target docs: AWS keypair can be empty (#11977)

parent 36cc1702
Showing with 4 additions and 2 deletions
+4 -2
...@@ -60,10 +60,12 @@ target "aws-asg" { ...@@ -60,10 +60,12 @@ target "aws-asg" {
to connect to and where resources should be managed. to connect to and where resources should be managed.
- `aws_access_key_id` `(string: "")` - The AWS access key ID used to authenticate - `aws_access_key_id` `(string: "")` - The AWS access key ID used to authenticate
with the AWS API. with the AWS API. If empty, the IAM role attached to the EC2 instance will be
used.
- `aws_secret_access_key` `(string: "")` - The AWS secret key ID used to authenticate - `aws_secret_access_key` `(string: "")` - The AWS secret key ID used to authenticate
with the AWS API. with the AWS API. If empty, the IAM role attached to the EC2 instance will be
used.
- `aws_session_token` `(string: "")` - The AWS session token used to authenticate - `aws_session_token` `(string: "")` - The AWS session token used to authenticate
with the AWS API. with the AWS API.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment