Skip to content

Commit 34764c5

Browse files
dnABicdnABic
authored andcommitted
mostly typos in documens and aws autoscaling id instead of name
1 parent bd083f8 commit 34764c5

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

website/source/docs/internals/debugging.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ to the developers via a GitHub Issue. As a user, you're not required to dig
2727
into this file.
2828

2929
However, if you are interested in figuring out what might have gone wrong
30-
before filing an issue, here are the the basic details of how to read a crash
30+
before filing an issue, here are the basic details of how to read a crash
3131
log.
3232

3333
The most interesting part of a crash log is the panic message itself and the

website/source/docs/providers/aws/r/autoscaling_group.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Tags support the following:
103103

104104
The following attributes are exported:
105105

106-
* `id` - The autoscaling group name.
106+
* `id` - The autoscaling group id.
107107
* `arn` - The ARN for this AutoScaling Group
108108
* `availability_zones` - The availability zones of the autoscale group.
109109
* `min_size` - The minimum size of the autoscale group

website/source/docs/providers/aws/r/efs_file_system.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ be removed in future releases, please use `creation_token` instead.
2929
The following arguments are supported:
3030

3131
* `creation_token` - (Optional) A unique name (a maximum of 64 characters are allowed)
32-
used as reference when creating the the Elastic File System to ensure idempotent file
32+
used as reference when creating the Elastic File System to ensure idempotent file
3333
system creation. By default generated by Terraform. See [Elastic File System]
3434
(http://docs.aws.amazon.com/efs/latest/ug/) user guide for more information.
3535
* `reference_name` - **DEPRECATED** (Optional) A reference name used when creating the

website/source/docs/providers/aws/r/opsworks_permission.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ resource "aws_opsworks_permission" "my_stack_permission" {
2626

2727
The following arguments are supported:
2828

29-
* `allow_ssh` - (Optional) Whethe the user is allowed to use SSH to communicate with the instance
30-
* `allow_sudo` - (Optional) Whethe the user is allowed to use sudo to elevate privileges
29+
* `allow_ssh` - (Optional) Whether the user is allowed to use SSH to communicate with the instance
30+
* `allow_sudo` - (Optional) Whether the user is allowed to use sudo to elevate privileges
3131
* `user_arn` - (Required) The user's IAM ARN to set permissions for
3232
* `level` - (Optional) The users permission level. Mus be one of `deny`, `show`, `deploy`, `manage`, `iam_only`
3333
* `stack_id` - (Required) The stack to set the permissions for

website/source/docs/providers/logentries/r/log.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ The following arguments are supported:
3535

3636
The following attributes are exported:
3737

38-
* `token` - If the the log `source` is `token`, this value holds the generated log token that is used by logging clients. See the Logentries [token-based input documentation](https://logentries.com/doc/input-token/) for more information.
38+
* `token` - If the log `source` is `token`, this value holds the generated log token that is used by logging clients. See the Logentries [token-based input documentation](https://logentries.com/doc/input-token/) for more information.

0 commit comments

Comments
 (0)