chore: run make docs
This commit is contained in:
parent
cf08f341d1
commit
6c840b781d
|
|
@ -105,7 +105,9 @@ to use them.
|
||||||
#region = "us-east-1"
|
#region = "us-east-1"
|
||||||
|
|
||||||
## Amazon Credentials
|
## 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"
|
#aws_service = "execute-api"
|
||||||
|
|
||||||
## Credentials are loaded in the following order
|
## Credentials are loaded in the following order
|
||||||
|
|
|
||||||
|
|
@ -78,7 +78,9 @@
|
||||||
#region = "us-east-1"
|
#region = "us-east-1"
|
||||||
|
|
||||||
## Amazon Credentials
|
## 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"
|
#aws_service = "execute-api"
|
||||||
|
|
||||||
## Credentials are loaded in the following order
|
## Credentials are loaded in the following order
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue