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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -318,7 +318,7 @@ In addition to [generic `provider` arguments](https://www.terraform.io/docs/conf
318
318
Can also be set using the `HTTP_PROXY` or `http_proxy` environment variables.
319
319
*`https_proxy` - (Optional) URL of a proxy to use for HTTPS requests when accessing the AWS API.
320
320
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 (`""`).
322
322
*`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.
323
323
*`insecure` - (Optional) Whether to explicitly allow the provider to perform "insecure" SSL requests. If omitted, the default value is `false`.
324
324
*`max_retries` - (Optional) Maximum number of times an API call is retried when AWS throttles requests or you experience transient failures.
0 commit comments