Skip to content

Commit c5f304d

Browse files
committed
website/docs: markdown-lint fixes
1 parent 1173735 commit c5f304d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/index.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ See the assume role documentation [section on web identities](https://docs.aws.a
328328

329329
## Custom User-Agent Information
330330

331-
By default, the underlying AWS client used by the Terraform AWS Provider creates requests with User-Agent headers including information about Terraform and AWS SDK for Go versions.
331+
By default, the underlying AWS client used by the Terraform AWS Provider creates requests with User-Agent headers including information about Terraform and AWS SDK for Go versions.
332332
To provide additional information in the User-Agent headers, set the `TF_APPEND_USER_AGENT` environment variable, or use the `user_agent` block.
333333

334334
When using the environment variable, the value will be directly appended to the User-Agent header.
@@ -540,7 +540,7 @@ In addition to [generic `provider` arguments](https://www.terraform.io/docs/conf
540540
This setting is ignored for any service with a custom endpoint specified.
541541
Note that not all services or regions have valid FIPS endpoints.
542542
The parameter `endpoints` can be used to override a particular service's endpoint if there is no valid FIPS endpoint.
543-
- `user_agent` (Optional) Product details to append to the User-Agent string sent in all AWS API calls.
543+
* `user_agent` (Optional) Product details to append to the User-Agent string sent in all AWS API calls.
544544

545545
### assume_role Configuration Block
546546

0 commit comments

Comments
 (0)