Skip to content

Commit

Permalink
chore: run make docs
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj authored Mar 31, 2023
1 parent cf08f34 commit 6c840b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion plugins/outputs/http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ to use them.
#region = "us-east-1"

## Amazon Credentials
## Amazon Credentials are not attempted unless aws_service is set to a non-empty string and may need to match the name of the service you're outputting to
## Amazon Credentials are not built unless the following aws_service
## setting is set to a non-empty string. It may need to match the name of
## the service output to as well
#aws_service = "execute-api"

## Credentials are loaded in the following order
Expand Down
6 changes: 4 additions & 2 deletions plugins/outputs/http/sample.conf
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,11 @@
#region = "us-east-1"

## Amazon Credentials
## Amazon Credentials are not attempted unless aws_service is set to a non-empty string and may need to match the name of the service you're ouputting to
## Amazon Credentials are not built unless the following aws_service
## setting is set to a non-empty string. It may need to match the name of
## the service output to as well
#aws_service = "execute-api"

## Credentials are loaded in the following order
## 1) Web identity provider credentials via STS if role_arn and web_identity_token_file are specified
## 2) Assumed credentials via STS if role_arn is specified
Expand Down

0 comments on commit 6c840b7

Please sign in to comment.