Skip to content

Commit 4728b80

Browse files
committed
Fix typos
1 parent 70e28e0 commit 4728b80

25 files changed

+41
-41
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ checksum:
3434
signs:
3535
- artifacts: checksum
3636
args:
37-
# pass the batch flag to indicate its not interactive.
37+
# pass the batch flag to indicate it's not interactive.
3838
- "--batch"
3939
- "--local-user"
4040
- "{{ .Env.GPG_FINGERPRINT }}"

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898

9999
### Added
100100
- [index] Add include_type_name for compatibility between ESv6/7
101-
- [xpack license] Handle ackowledged only reponse.
101+
- [xpack license] Handle acknowledged only response.
102102
- [kibana alert] Fix storing actions, missing descriptions.
103103

104104
### Fixed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ provider "elasticsearch" {
110110
#### Assume role configuration
111111

112112
You can instruct the provider to assume a role in AWS before interacting with the cluster by setting the `aws_assume_role_arn` variable.
113-
Optionnaly, you can configure the [External ID](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html) of IAM role trust policy by setting the `aws_assume_role_external_id` variable.
113+
Optionally, you can configure the [External ID](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html) of IAM role trust policy by setting the `aws_assume_role_external_id` variable.
114114

115115
Example usage:
116116

docs/resources/cluster_settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ resource "elasticsearch_cluster_settings" "global" {
3434
- **cluster_max_shards_per_node_frozen** (Number) The total number of primary and replica frozen shards, for the cluster; Ssards for closed indices do not count toward this limit, a cluster with no frozen data nodes is unlimited.
3535
- **cluster_no_master_block** (String) Specifies which operations are rejected when there is no active master in a cluster (all, write)
3636
- **cluster_persistent_tasks_allocation_enable** (String) Whether allocation for persistent tasks is active (all, none)
37-
- **cluster_persistent_tasks_allocation_recheck_interval** (String) A time string controling how often assignment checks are performed to react to whether persistent tasks can be assigned to nodes
37+
- **cluster_persistent_tasks_allocation_recheck_interval** (String) A time string controlling how often assignment checks are performed to react to whether persistent tasks can be assigned to nodes
3838
- **cluster_routing_allocation_allow_rebalance** (String) Specify when shard rebalancing is allowed (always, indices_primaries_active, indices_all_active)
3939
- **cluster_routing_allocation_awareness_attributes** (String) Use custom node attributes to take hardware configuration into account when allocating shards
4040
- **cluster_routing_allocation_balance_index** (Number) Weight factor for the number of shards per index allocated on a node, increasing this raises the tendency to equalize the number of shards per index across all nodes
@@ -55,7 +55,7 @@ resource "elasticsearch_cluster_settings" "global" {
5555
- **cluster_routing_rebalance_enable** (String) Allow rebalancing for specific kinds of shards (all, primaries, replicas, none)
5656
- **indices_breaker_fielddata_limit** (String) The percentage of memory above which if loading a field into the field data cache would cause the cache to exceed this limit, an error is returned
5757
- **indices_breaker_fielddata_overhead** (Number) A constant that all field data estimations are multiplied by
58-
- **indices_breaker_request_limit** (String) The percentabge of memory above which per-request data structures (e.g. calculating aggregations) are prevented from exceeding
58+
- **indices_breaker_request_limit** (String) The percentage of memory above which per-request data structures (e.g. calculating aggregations) are prevented from exceeding
5959
- **indices_breaker_request_overhead** (Number) A constant that all request estimations are multiplied by
6060
- **indices_breaker_total_limit** (String) The percentage of total amount of memory that can be used across all breakers
6161
- **indices_recovery_max_bytes_per_sec** (String) Maximum total inbound and outbound recovery traffic for each node, in mb

docs/resources/opensearch_audit_config.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ description: |-
1010

1111
Audit config lets you configure the security plugin audit log settings. See the guide https://opensearch.org/docs/latest/security-plugin/audit-logs/index/ and AWS specific information https://docs.aws.amazon.com/opensearch-service/latest/developerguide/audit-logs.html.
1212

13-
Note that when using with a managed AWS OpenSearch cluster, some values and permutations are not
14-
allowed, and will result in a HTTP 409 (Conflict) error being returned. See the comments in the
15-
example below for some know scenario's where this may occur.
16-
13+
Note that when using with a managed AWS OpenSearch cluster, some values and permutations are not
14+
allowed, and will result in a HTTP 409 (Conflict) error being returned. See the comments in the
15+
example below for some known scenarios where this may occur.
16+
1717
## Example Usage
1818

1919
```terraform

docs/resources/opensearch_ism_policy_mapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ Optional:
5353
Import is supported using the following syntax:
5454

5555
```shell
56-
# Import by poilcy_id
56+
# Import by policy_id
5757
terraform import elasticsearch_opensearch_ism_policy_mapping.test policy_1
5858
```

docs/resources/script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ resource "elasticsearch_script" "test_script" {
2626
The following arguments are supported:
2727

2828
* `script_id` - (Required) The name of the script.
29-
* `lang` - Specifies the language the script is written in. Defaults to painless..
29+
* `lang` - Specifies the language the script is written in. Defaults to painless.
3030
* `source` - (Required) The source of the stored script.
3131

3232
## Attributes Reference

docs/resources/xpack_role_mapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ resource "elasticsearch_xpack_role_mapping" "test" {
4646

4747
- **role_mapping_name** (String) The distinct name that identifies the role mapping, used solely as an identifier.
4848
- **roles** (Set of String) A list of role names that are granted to the users that match the role mapping rules.
49-
- **rules** (String) A list of mustache templates that will be evaluated to determine the roles names that should granted to the users that match the role mapping rules. This matches fields of users, rules can be grouped into `all` and `any` top level keys.
49+
- **rules** (String) A list of mustache templates that will be evaluated to determine the roles names that should be granted to the users that match the role mapping rules. This matches fields of users, rules can be grouped into `all` and `any` top level keys.
5050

5151
### Optional
5252

docs/resources/xpack_user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ resource "elasticsearch_xpack_user" "test" {
3333
### Required
3434

3535
- **roles** (Set of String) A set of roles the user has. The roles determine the user’s access permissions
36-
- **username** (String) An identifier for the user.
36+
- **username** (String) An identifier for the user.
3737

3838
Usernames must be at least 1 and no more than 1024 characters. They can contain alphanumeric characters (a-z, A-Z, 0-9), spaces, punctuation, and printable symbols in the Basic Latin (ASCII) block. Leading or trailing whitespace is not allowed.
3939

es/data_source_elasticsearch_host.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func dataSourceElasticsearchHostRead(d *schema.ResourceData, m interface{}) erro
3434

3535
// The upstream elastic client does not export the property for the urls
3636
// it's using. Presumably the URLS would be available where the client is
37-
// intantiated, but in terraform, that's not always practicable.
37+
// instantiated, but in terraform, that's not always practicable.
3838
var err error
3939
esClient, err := getClient(m.(*ProviderConf))
4040
if err != nil {

0 commit comments

Comments
 (0)