From 31af9adc005258de7d5c15ee7257e10e23dfe827 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 30 Jul 2021 14:44:17 -0400 Subject: [PATCH] Make all sentences start with caps + additional tweak wording edits --- website/docs/cli/commands/apply.html.md | 2 +- website/docs/cli/commands/console.html.md | 2 +- website/docs/cli/commands/destroy.html.md | 2 +- website/docs/cli/commands/env.html.md | 2 +- website/docs/cli/commands/fmt.html.md | 2 +- website/docs/cli/commands/force-unlock.html.md | 2 +- website/docs/cli/commands/get.html.md | 2 +- website/docs/cli/commands/graph.html.md | 2 +- website/docs/cli/commands/import.html.md | 2 +- website/docs/cli/commands/init.html.md | 2 +- website/docs/cli/commands/plan.html.md | 2 +- website/docs/cli/commands/providers.html.md | 3 +-- website/docs/cli/commands/version.html.md | 2 +- website/docs/cli/state/recover.html.md | 2 +- website/docs/language/meta-arguments/depends_on.html.md | 2 +- website/docs/language/meta-arguments/for_each.html.md | 2 +- website/docs/language/modules/sources.html.md | 2 +- .../docs/language/resources/provisioners/null_resource.html.md | 2 +- 18 files changed, 18 insertions(+), 19 deletions(-) diff --git a/website/docs/cli/commands/apply.html.md b/website/docs/cli/commands/apply.html.md index 5e82b7604..09172c542 100644 --- a/website/docs/cli/commands/apply.html.md +++ b/website/docs/cli/commands/apply.html.md @@ -2,7 +2,7 @@ layout: "docs" page_title: "Command: apply" sidebar_current: "docs-commands-apply" -description: "terraform apply executes the actions proposed in a Terraform plan to create, update, or destroy infrastructure." +description: "The terraform apply command executes the actions proposed in a Terraform plan to create, update, or destroy infrastructure." --- # Command: apply diff --git a/website/docs/cli/commands/console.html.md b/website/docs/cli/commands/console.html.md index 19f2e28f8..23682b562 100644 --- a/website/docs/cli/commands/console.html.md +++ b/website/docs/cli/commands/console.html.md @@ -2,7 +2,7 @@ layout: "docs" page_title: "Command: console" sidebar_current: "docs-commands-console" -description: "terraform console provides an interactive console for +description: "The terraform console command provides an interactive console for evaluating expressions." --- diff --git a/website/docs/cli/commands/destroy.html.md b/website/docs/cli/commands/destroy.html.md index ce61bb9fc..4e45bbe3d 100644 --- a/website/docs/cli/commands/destroy.html.md +++ b/website/docs/cli/commands/destroy.html.md @@ -2,7 +2,7 @@ layout: "docs" page_title: "Command: destroy" sidebar_current: "docs-commands-destroy" -description: "terraform destroy destroys all objects managed by a particular Terraform configuration." +description: "The terraform destroy command destroys all objects managed by a Terraform configuration." --- # Command: destroy diff --git a/website/docs/cli/commands/env.html.md b/website/docs/cli/commands/env.html.md index 890fa7d3a..bbaacc530 100644 --- a/website/docs/cli/commands/env.html.md +++ b/website/docs/cli/commands/env.html.md @@ -2,7 +2,7 @@ layout: "docs" page_title: "Command: env" sidebar_current: "docs-commands-envcmd" -description: "terraform env is a deprecated, legacy form of the terraform workspace command." +description: "The terraform env command is a deprecated form of the terraform workspace command." --- # Command: env diff --git a/website/docs/cli/commands/fmt.html.md b/website/docs/cli/commands/fmt.html.md index c0dcc8ccd..b25a476b4 100644 --- a/website/docs/cli/commands/fmt.html.md +++ b/website/docs/cli/commands/fmt.html.md @@ -2,7 +2,7 @@ layout: "docs" page_title: "Command: fmt" sidebar_current: "docs-commands-fmt" -description: "terraform fmt rewrites Terraform configuration files to a canonical format and style." +description: "The terraform fmt command rewrites configuration files to a canonical format and style." --- # Command: fmt diff --git a/website/docs/cli/commands/force-unlock.html.md b/website/docs/cli/commands/force-unlock.html.md index 233e1efcb..0ad7a6285 100644 --- a/website/docs/cli/commands/force-unlock.html.md +++ b/website/docs/cli/commands/force-unlock.html.md @@ -2,7 +2,7 @@ layout: "docs" page_title: "Command: force-unlock" sidebar_current: "docs-commands-force-unlock" -description: "terraform force-unlock manually unlocks the state for a configuration. It does not modify your infrastructure." +description: "The terraform force-unlock command unlocks the state for a configuration. It does not modify your infrastructure." --- # Command: force-unlock diff --git a/website/docs/cli/commands/get.html.md b/website/docs/cli/commands/get.html.md index 3b468cf74..47f4e6cfa 100644 --- a/website/docs/cli/commands/get.html.md +++ b/website/docs/cli/commands/get.html.md @@ -2,7 +2,7 @@ layout: "docs" page_title: "Command: get" sidebar_current: "docs-commands-get" -description: "terraform get downloads and updates modules." +description: "The terraform get command downloads and updates modules." --- # Command: get diff --git a/website/docs/cli/commands/graph.html.md b/website/docs/cli/commands/graph.html.md index 5aeb0cf47..cfc915667 100644 --- a/website/docs/cli/commands/graph.html.md +++ b/website/docs/cli/commands/graph.html.md @@ -2,7 +2,7 @@ layout: "docs" page_title: "Command: graph" sidebar_current: "docs-commands-graph" -description: "terraform graph generates a visual representation of a configuration or execution plan that you can use to generate charts." +description: "The terraform graph command generates a visual representation of a configuration or execution plan that you can use to generate charts." --- # Command: graph diff --git a/website/docs/cli/commands/import.html.md b/website/docs/cli/commands/import.html.md index 144a57668..7c26b1758 100644 --- a/website/docs/cli/commands/import.html.md +++ b/website/docs/cli/commands/import.html.md @@ -2,7 +2,7 @@ layout: "docs" page_title: "Command: import" sidebar_current: "docs-commands-import" -description: "terraform import brings existing resources into Terraform state." +description: "The terraform import command brings existing resources into Terraform state." --- # Command: import diff --git a/website/docs/cli/commands/init.html.md b/website/docs/cli/commands/init.html.md index 6dbc26a74..6a62906a5 100644 --- a/website/docs/cli/commands/init.html.md +++ b/website/docs/cli/commands/init.html.md @@ -2,7 +2,7 @@ layout: "docs" page_title: "Command: init" sidebar_current: "docs-commands-init" -description: "terraform init initializes a working directory containing Terraform configuration files and installs the plugins for required providers." +description: "The terraform init command initializes a working directory containing configuration files and installs plugins for required providers." --- # Command: init diff --git a/website/docs/cli/commands/plan.html.md b/website/docs/cli/commands/plan.html.md index 0f56ddebb..cdb3bbe27 100644 --- a/website/docs/cli/commands/plan.html.md +++ b/website/docs/cli/commands/plan.html.md @@ -2,7 +2,7 @@ layout: "docs" page_title: "Command: plan" sidebar_current: "docs-commands-plan" -description: "terraform plan creates an execution plan that allows you to preview the changes that Terraform will make to your infrastructure." +description: "The terraform plan command creates an execution plan with a preview of the changes that Terraform will make to your infrastructure." --- # Command: plan diff --git a/website/docs/cli/commands/providers.html.md b/website/docs/cli/commands/providers.html.md index 4f0db50cf..a39d0ee0f 100644 --- a/website/docs/cli/commands/providers.html.md +++ b/website/docs/cli/commands/providers.html.md @@ -2,8 +2,7 @@ layout: "docs" page_title: "Command: providers" sidebar_current: "docs-commands-providers" -description: "terraform providers prints information about the providers used - in the current configuration." +description: "The terraform providers command prints information about the providers required in the current configuration." --- # Command: providers diff --git a/website/docs/cli/commands/version.html.md b/website/docs/cli/commands/version.html.md index 5e4827f88..917983801 100644 --- a/website/docs/cli/commands/version.html.md +++ b/website/docs/cli/commands/version.html.md @@ -2,7 +2,7 @@ layout: "docs" page_title: "Command: version" sidebar_current: "docs-commands-version" -description: "terraform version displays the Terraform version and the version of all installed plugins." +description: "The terraform version command displays the Terraform version and the version of all installed plugins." --- # Command: version diff --git a/website/docs/cli/state/recover.html.md b/website/docs/cli/state/recover.html.md index a3afec318..29e289c42 100644 --- a/website/docs/cli/state/recover.html.md +++ b/website/docs/cli/state/recover.html.md @@ -1,7 +1,7 @@ --- layout: "docs" page_title: "Recovering from State Disasters - Terraform CLI" -descriptin: "Commands to help you restore state backups and override Terraform state protections." +descriptin: "Commands that allow you to restore state backups and override Terraform state protections." --- # Recovering from State Disasters diff --git a/website/docs/language/meta-arguments/depends_on.html.md b/website/docs/language/meta-arguments/depends_on.html.md index 746a5a1ca..7224007c7 100644 --- a/website/docs/language/meta-arguments/depends_on.html.md +++ b/website/docs/language/meta-arguments/depends_on.html.md @@ -1,7 +1,7 @@ --- layout: "language" page_title: "The depends_on Meta-Argument - Configuration Language" -description: "depends_on allows you to handle hidden resource or module dependencies." +description: "The depends_on meta-argument allows you to handle hidden resource or module dependencies." --- # The `depends_on` Meta-Argument diff --git a/website/docs/language/meta-arguments/for_each.html.md b/website/docs/language/meta-arguments/for_each.html.md index 1423abec9..088f424fa 100644 --- a/website/docs/language/meta-arguments/for_each.html.md +++ b/website/docs/language/meta-arguments/for_each.html.md @@ -1,7 +1,7 @@ --- layout: "language" page_title: "The for_each Meta-Argument - Configuration Language" -description: "for_each allows you to efficiently manage similar infrastructure resources without writing a separate block for each one." +description: "The for_each meta-argument allows you to manage similar infrastructure resources without writing a separate block for each one." --- # The `for_each` Meta-Argument diff --git a/website/docs/language/modules/sources.html.md b/website/docs/language/modules/sources.html.md index ad1aff694..aa637aa11 100644 --- a/website/docs/language/modules/sources.html.md +++ b/website/docs/language/modules/sources.html.md @@ -2,7 +2,7 @@ layout: "language" page_title: "Module Sources" sidebar_current: "docs-modules-sources" -description: "source tells Terraform where to find child modules's configuration in locations like GitHub, the Terraform Registry, Bitbucket, Git, Mercurial, S3, and GCS." +description: "The source argument tells Terraform where to find child modules's configurations in locations like GitHub, the Terraform Registry, Bitbucket, Git, Mercurial, S3, and GCS." --- # Module Sources diff --git a/website/docs/language/resources/provisioners/null_resource.html.md b/website/docs/language/resources/provisioners/null_resource.html.md index b2ab0bcca..4d9f53712 100644 --- a/website/docs/language/resources/provisioners/null_resource.html.md +++ b/website/docs/language/resources/provisioners/null_resource.html.md @@ -2,7 +2,7 @@ layout: "language" page_title: "Provisioners Without a Resource" sidebar_current: "docs-provisioners-null-resource" -description: "null_resource allows you to configure provisioners that are not directly associated with a single existing resource." +description: "A null_resource allows you to configure provisioners that are not directly associated with a single existing resource." --- # Provisioners Without a Resource