Skip to content

Commit 7833457

Browse files
committed
Spelling fix
1 parent 2f443ee commit 7833457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/index.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ In addition to [generic `provider` arguments](https://www.terraform.io/docs/conf
318318
Can also be set using the `HTTP_PROXY` or `http_proxy` environment variables.
319319
* `https_proxy` - (Optional) URL of a proxy to use for HTTPS requests when accessing the AWS API.
320320
Can also be set using the `HTTPS_PROXY` or `https_proxy` environment variables.
321-
To use an HTTP proxy **without** an HTTPS proxy, set `https_proxy` to an emtpy string (`""`).
321+
To use an HTTP proxy **without** an HTTPS proxy, set `https_proxy` to an empty string (`""`).
322322
* `ignore_tags` - (Optional) Configuration block with resource tag settings to ignore across all resources handled by this provider (except any individual service tag resources such as `aws_ec2_tag`) for situations where external systems are managing certain resource tags. Arguments to the configuration block are described below in the `ignore_tags` Configuration Block section. See the [Terraform multiple provider instances documentation](https://www.terraform.io/docs/configuration/providers.html#alias-multiple-provider-configurations) for more information about additional provider configurations.
323323
* `insecure` - (Optional) Whether to explicitly allow the provider to perform "insecure" SSL requests. If omitted, the default value is `false`.
324324
* `max_retries` - (Optional) Maximum number of times an API call is retried when AWS throttles requests or you experience transient failures.

0 commit comments

Comments
 (0)