chore: run make docs
This commit is contained in:
parent
cf08f341d1
commit
6c840b781d
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue