From 34764c52afe5cea7c066a67f5891073ec8bee613 Mon Sep 17 00:00:00 2001 From: dnABic Date: Fri, 30 Sep 2016 22:41:15 +0200 Subject: [PATCH] mostly typos in documens and aws autoscaling id instead of name --- website/source/docs/internals/debugging.html.md | 2 +- .../docs/providers/aws/r/autoscaling_group.html.markdown | 2 +- .../source/docs/providers/aws/r/efs_file_system.html.markdown | 2 +- .../docs/providers/aws/r/opsworks_permission.html.markdown | 4 ++-- website/source/docs/providers/logentries/r/log.html.markdown | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/website/source/docs/internals/debugging.html.md b/website/source/docs/internals/debugging.html.md index b19000b39..b5fe73b6b 100644 --- a/website/source/docs/internals/debugging.html.md +++ b/website/source/docs/internals/debugging.html.md @@ -27,7 +27,7 @@ to the developers via a GitHub Issue. As a user, you're not required to dig into this file. However, if you are interested in figuring out what might have gone wrong -before filing an issue, here are the the basic details of how to read a crash +before filing an issue, here are the basic details of how to read a crash log. The most interesting part of a crash log is the panic message itself and the diff --git a/website/source/docs/providers/aws/r/autoscaling_group.html.markdown b/website/source/docs/providers/aws/r/autoscaling_group.html.markdown index 4e7755cb6..34cca690b 100644 --- a/website/source/docs/providers/aws/r/autoscaling_group.html.markdown +++ b/website/source/docs/providers/aws/r/autoscaling_group.html.markdown @@ -103,7 +103,7 @@ Tags support the following: The following attributes are exported: -* `id` - The autoscaling group name. +* `id` - The autoscaling group id. * `arn` - The ARN for this AutoScaling Group * `availability_zones` - The availability zones of the autoscale group. * `min_size` - The minimum size of the autoscale group diff --git a/website/source/docs/providers/aws/r/efs_file_system.html.markdown b/website/source/docs/providers/aws/r/efs_file_system.html.markdown index c8f49289f..4a4785e01 100644 --- a/website/source/docs/providers/aws/r/efs_file_system.html.markdown +++ b/website/source/docs/providers/aws/r/efs_file_system.html.markdown @@ -29,7 +29,7 @@ be removed in future releases, please use `creation_token` instead. The following arguments are supported: * `creation_token` - (Optional) A unique name (a maximum of 64 characters are allowed) -used as reference when creating the the Elastic File System to ensure idempotent file +used as reference when creating the Elastic File System to ensure idempotent file system creation. By default generated by Terraform. See [Elastic File System] (http://docs.aws.amazon.com/efs/latest/ug/) user guide for more information. * `reference_name` - **DEPRECATED** (Optional) A reference name used when creating the diff --git a/website/source/docs/providers/aws/r/opsworks_permission.html.markdown b/website/source/docs/providers/aws/r/opsworks_permission.html.markdown index 6d7d93a09..d5dd063c2 100644 --- a/website/source/docs/providers/aws/r/opsworks_permission.html.markdown +++ b/website/source/docs/providers/aws/r/opsworks_permission.html.markdown @@ -26,8 +26,8 @@ resource "aws_opsworks_permission" "my_stack_permission" { The following arguments are supported: -* `allow_ssh` - (Optional) Whethe the user is allowed to use SSH to communicate with the instance -* `allow_sudo` - (Optional) Whethe the user is allowed to use sudo to elevate privileges +* `allow_ssh` - (Optional) Whether the user is allowed to use SSH to communicate with the instance +* `allow_sudo` - (Optional) Whether the user is allowed to use sudo to elevate privileges * `user_arn` - (Required) The user's IAM ARN to set permissions for * `level` - (Optional) The users permission level. Mus be one of `deny`, `show`, `deploy`, `manage`, `iam_only` * `stack_id` - (Required) The stack to set the permissions for diff --git a/website/source/docs/providers/logentries/r/log.html.markdown b/website/source/docs/providers/logentries/r/log.html.markdown index 5045965ef..eaeedd299 100644 --- a/website/source/docs/providers/logentries/r/log.html.markdown +++ b/website/source/docs/providers/logentries/r/log.html.markdown @@ -35,4 +35,4 @@ The following arguments are supported: The following attributes are exported: -* `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. +* `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.