Skip to content

Commit

Permalink
docs/provider: Typo fixes (#15464)
Browse files Browse the repository at this point in the history
  • Loading branch information
nexxai authored Oct 3, 2020
1 parent 0e4645a commit 9c4d331
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion website/docs/d/internet_gateway.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ any fields that are not included in the configuration with the data for
the selected Internet Gateway.

`attachments` are also exported with the following attributes, when there are relevants:
Each attachement supports the following:
Each attachment supports the following:

* `owner_id` - The ID of the AWS account that owns the internet gateway.
* `state` - The current state of the attachment between the gateway and the VPC. Present only if a VPC is attached
Expand Down
4 changes: 2 additions & 2 deletions website/docs/d/ip_ranges.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: |-

# Data Source: aws_ip_ranges

Use this data source to get the IP ranges of various AWS products and services. For more information about the contents of this data source and required JSON syntax if referencing a custom URL, see the [AWS IP Address Ranges documention][1].
Use this data source to get the IP ranges of various AWS products and services. For more information about the contents of this data source and required JSON syntax if referencing a custom URL, see the [AWS IP Address Ranges documentation][1].

## Example Usage

Expand Down Expand Up @@ -51,7 +51,7 @@ omitted). Valid items are `global` (for `cloudfront`) as well as all AWS regions
~> **NOTE:** If the specified combination of regions and services does not yield any
CIDR blocks, Terraform will fail.

* `url` - (Optional) Custom URL for source JSON file. Syntax must match [AWS IP Address Ranges documention][1]. Defaults to `https://ip-ranges.amazonaws.com/ip-ranges.json`.
* `url` - (Optional) Custom URL for source JSON file. Syntax must match [AWS IP Address Ranges documentation][1]. Defaults to `https://ip-ranges.amazonaws.com/ip-ranges.json`.

## Attributes Reference

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/nat_gateway.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ any fields that are not included in the configuration with the data for
the selected Nat Gateway.

`addresses` are also exported with the following attributes, when they are relevant:
Each attachement supports the following:
Each attachment supports the following:

* `allocation_id` - The Id of the EIP allocated to the selected Nat Gateway.
* `network_interface_id` - The Id of the ENI allocated to the selected Nat Gateway.
Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/api_gateway_usage_plan.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The API Gateway Usage Plan argument layout is a structure composed of several su
* `api_stages` - (Optional) The associated [API stages](#api-stages-arguments) of the usage plan.
* `quota_settings` - (Optional) The [quota settings](#quota-settings-arguments) of the usage plan.
* `throttle_settings` - (Optional) The [throttling limits](#throttling-settings-arguments) of the usage plan.
* `product_code` - (Optional) The AWS Markeplace product identifier to associate with the usage plan as a SaaS product on AWS Marketplace.
* `product_code` - (Optional) The AWS Marketplace product identifier to associate with the usage plan as a SaaS product on AWS Marketplace.
* `tags` - (Optional) Key-value map of resource tags

#### Api Stages arguments
Expand Down Expand Up @@ -97,7 +97,7 @@ In addition to all arguments above, the following attributes are exported:
* `api_stages` - The associated API stages of the usage plan.
* `quota_settings` - The quota of the usage plan.
* `throttle_settings` - The throttling limits of the usage plan.
* `product_code` - The AWS Markeplace product identifier to associate with the usage plan as a SaaS product on AWS Marketplace.
* `product_code` - The AWS Marketplace product identifier to associate with the usage plan as a SaaS product on AWS Marketplace.
* `arn` - Amazon Resource Name (ARN)

## Import
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/appautoscaling_policy.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ The `target_tracking_scaling_policy_configuration` `customized_metric_specificat

### target_tracking_scaling_policy_configuration customized_metric_specification dimensions

The `target_tracking_scaling_policy_configration` `customized_metric_specification` `dimensions` configuration block supports the following arguments:
The `target_tracking_scaling_policy_configuration` `customized_metric_specification` `dimensions` configuration block supports the following arguments:

* `name` - (Required) Name of the dimension.
* `value` - (Required) Value of the dimension.
Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/appmesh_virtual_node.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ The `validation` object supports the following:

The `trust` object supports the following:

* `acm` - (Optional) The TLS validation context trust for an AWS Certicate Manager (ACM) certificate.
* `acm` - (Optional) The TLS validation context trust for an AWS Certificate Manager (ACM) certificate.
* `file` - (Optional) The TLS validation context trust for a local file.

The `acm` object supports the following:
Expand Down Expand Up @@ -283,7 +283,7 @@ The `tls` object supports the following:

The `certificate` object supports the following:

* `acm` - (Optional) An AWS Certicate Manager (ACM) certificate.
* `acm` - (Optional) An AWS Certificate Manager (ACM) certificate.
* `file` - (optional) A local file certificate.

The `acm` object supports the following:
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/docdb_cluster_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The following arguments are supported:
* `availability_zone` - (Optional, Computed) The EC2 Availability Zone that the DB instance is created in. See [docs](https://docs.aws.amazon.com/documentdb/latest/developerguide/API_CreateDBInstance.html) about the details.
* `cluster_identifier` - (Required) The identifier of the [`aws_docdb_cluster`](/docs/providers/aws/r/docdb_cluster.html) in which to launch this instance.
* `engine` - (Optional) The name of the database engine to be used for the DocDB instance. Defaults to `docdb`. Valid Values: `docdb`.
* `identifier` - (Optional, Forces new resource) The indentifier for the DocDB instance, if omitted, Terraform will assign a random, unique identifier.
* `identifier` - (Optional, Forces new resource) The identifier for the DocDB instance, if omitted, Terraform will assign a random, unique identifier.
* `identifier_prefix` - (Optional, Forces new resource) Creates a unique identifier beginning with the specified prefix. Conflicts with `identifier`.
* `instance_class` - (Required) The instance class to use. For details on CPU and memory, see [Scaling for DocDB Instances][2]. DocDB currently
supports the below instance classes. Please see [AWS Documentation][4] for complete details.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/efs_file_system_policy.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resource "aws_efs_file_system_policy" "policy" {
"Id": "ExamplePolicy01",
"Statement": [
{
"Sid": "ExampleSatement01",
"Sid": "ExampleStatement01",
"Effect": "Allow",
"Principal": {
"AWS": "*"
Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/msk_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ The following arguments are supported:
In addition to all arguments above, the following attributes are exported:

* `arn` - Amazon Resource Name (ARN) of the MSK cluster.
* `bootstrap_brokers` - A comma separated list of one or more hostname:port pairs of kafka brokers suitable to boostrap connectivity to the kafka cluster. Only contains value if `client_broker` encryption in transit is set to `PLAINTEXT` or `TLS_PLAINTEXT`.
* `bootstrap_brokers_tls` - A comma separated list of one or more DNS names (or IPs) and TLS port pairs kafka brokers suitable to boostrap connectivity to the kafka cluster. Only contains value if `client_broker` encryption in transit is set to `TLS_PLAINTEXT` or `TLS`.
* `bootstrap_brokers` - A comma separated list of one or more hostname:port pairs of kafka brokers suitable to bootstrap connectivity to the kafka cluster. Only contains value if `client_broker` encryption in transit is set to `PLAINTEXT` or `TLS_PLAINTEXT`.
* `bootstrap_brokers_tls` - A comma separated list of one or more DNS names (or IPs) and TLS port pairs kafka brokers suitable to bootstrap connectivity to the kafka cluster. Only contains value if `client_broker` encryption in transit is set to `TLS_PLAINTEXT` or `TLS`.
* `current_version` - Current version of the MSK Cluster used for updates, e.g. `K13V1IB3VIYZZH`
* `encryption_info.0.encryption_at_rest_kms_key_arn` - The ARN of the KMS key used for encryption at rest of the broker data volumes.
* `zookeeper_connect_string` - A comma separated list of one or more hostname:port pairs to use to connect to the Apache Zookeeper cluster.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/neptune_cluster_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The following arguments are supported:
* `cluster_identifier` - (Required) The identifier of the [`aws_neptune_cluster`](/docs/providers/aws/r/neptune_cluster.html) in which to launch this instance.
* `engine` - (Optional) The name of the database engine to be used for the neptune instance. Defaults to `neptune`. Valid Values: `neptune`.
* `engine_version` - (Optional) The neptune engine version.
* `identifier` - (Optional, Forces new resource) The indentifier for the neptune instance, if omitted, Terraform will assign a random, unique identifier.
* `identifier` - (Optional, Forces new resource) The identifier for the neptune instance, if omitted, Terraform will assign a random, unique identifier.
* `identifier_prefix` - (Optional, Forces new resource) Creates a unique identifier beginning with the specified prefix. Conflicts with `identifier`.
* `instance_class` - (Required) The instance class to use.
* `neptune_subnet_group_name` - (Required if `publicly_accessible = false`, Optional otherwise) A subnet group to associate with this neptune instance. **NOTE:** This must match the `neptune_subnet_group_name` of the attached [`aws_neptune_cluster`](/docs/providers/aws/r/neptune_cluster.html).
Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/worklink_fleet.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ The following arguments are supported:

**network** requires the following:

~> **NOTE:** `network` is cannot removed without forece recreating by `terraform taint`.
~> **NOTE:** `network` cannot be removed without force recreating by `terraform taint`.

* `vpc_id` - (Required) The VPC ID with connectivity to associated websites.
* `subnet_ids` - (Required) A list of subnet IDs used for X-ENI connections from Amazon WorkLink rendering containers.
* `security_group_ids` - (Required) A list of security group IDs associated with access to the provided subnets.

**identity_provider** requires the following:

~> **NOTE:** `identity_provider` is cannot removed without forece recreating by `terraform taint`.
~> **NOTE:** `identity_provider` cannot be removed without force recreating by `terraform taint`.

* `type` - (Required) The type of identity provider.
* `saml_metadata` - (Required) The SAML metadata document provided by the customer’s identity provider.
Expand Down

0 comments on commit 9c4d331

Please sign in to comment.