You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/index.html.markdown
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -328,7 +328,7 @@ See the assume role documentation [section on web identities](https://docs.aws.a
328
328
329
329
## Custom User-Agent Information
330
330
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.
332
332
To provide additional information in the User-Agent headers, set the `TF_APPEND_USER_AGENT` environment variable, or use the `user_agent` block.
333
333
334
334
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
540
540
This setting is ignored for any service with a custom endpoint specified.
541
541
Note that not all services or regions have valid FIPS endpoints.
542
542
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.
0 commit comments