docs(outputs.http): add service to aws creds (#13003)

This commit is contained in:
Glen Neff 2023-03-31 12:53:07 -04:00 committed by GitHub
parent 705e0c6225
commit cf08f341d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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