docs(outputs.http): add service to aws creds (#13003)
This commit is contained in:
parent
705e0c6225
commit
cf08f341d1
|
|
@ -105,6 +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
|
||||
#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
|
||||
|
|
|
|||
|
|
@ -78,6 +78,9 @@
|
|||
#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
|
||||
#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
|
||||
|
|
|
|||
Loading…
Reference in New Issue