Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
1ad08c2e
Unverified
Commit
1ad08c2e
authored
3 years ago
by
Adrián López
Committed by
GitHub
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Update autoscaler AWS ASG target docs: AWS keypair can be empty (#11977)
parent
36cc1702
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
website/content/tools/autoscaling/plugins/target/aws-asg.mdx
+4
-2
website/content/tools/autoscaling/plugins/target/aws-asg.mdx
with
4 additions
and
2 deletions
+4
-2
website/content/tools/autoscaling/plugins/target/aws-asg.mdx
+
4
-
2
View file @
1ad08c2e
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment