Skip to content

Commit 922aff2

Browse files
committed
placed commands in backticks in descs
1 parent 19936b6 commit 922aff2

File tree

13 files changed

+14
-14
lines changed

13 files changed

+14
-14
lines changed

website/docs/cli/commands/console.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
page_title: terraform console command reference
33
description: >-
4-
The terraform console command opens an interactive console for evaluating
4+
The `terraform console` command opens an interactive console for evaluating
55
expressions.
66
---
77

website/docs/cli/commands/destroy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
page_title: terraform destroy command reference
33
description: >-
4-
The terraform destroy command deprovisions all objects managed by a Terraform
4+
The `terraform destroy` command deprovisions all objects managed by a Terraform
55
configuration.
66
---
77

website/docs/cli/commands/fmt.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
page_title: terraform fmt command reference
33
description: >-
4-
The terraform fmt command formats Terraform configuration contents so that it matches the canonical format
4+
The `terraform fmt` command formats Terraform configuration contents so that it matches the canonical format
55
and style.
66
---
77

website/docs/cli/commands/force-unlock.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
page_title: terraform force-unlock command reference
33
description: >-
4-
The terraform force-unlock command unlocks the state for a configuration. It
4+
The `terraform force-unlock` command unlocks the state for a configuration. It
55
does not modify your infrastructure.
66
---
77

website/docs/cli/commands/get.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
page_title: terraform get command reference
3-
description: The terraform get command downloads and updates modules.
3+
description: The `terraform get` command downloads and updates modules.
44
---
55

66
# `terraform get` command

website/docs/cli/commands/graph.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
page_title: terraform graph command reference
33
description: >-
4-
The terraform graph command generates a visual representation of a
4+
The `terraform graph` command generates a visual representation of a
55
configuration or execution plan that you can use to generate charts.
66
---
77

website/docs/cli/commands/import.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
page_title: terraform import command reference
3-
description: The terraform import command imports existing resources into Terraform state.
3+
description: The `terraform import` command imports existing resources into Terraform state.
44
---
55

66
# `terraform import` command reference

website/docs/cli/commands/init.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
page_title: terraform init command reference
33
description: >-
4-
The terraform init command initializes a working directory containing
4+
The `terraform init` command initializes a working directory containing
55
configuration files and installs plugins for required providers.
66
---
77

website/docs/cli/commands/login.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
page_title: terraform login command reference
33
description: >-
4-
The terraform login command obtains an API token for HCP Terraform, Terraform Enterprise, or other host that
4+
The `terraform login` command obtains an API token for HCP Terraform, Terraform Enterprise, or other host that
55
offers Terraform services.
66
---
77

website/docs/cli/commands/logout.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
page_title: terraform logout command reference
33
description: >-
4-
The terraform logout command removes credentials stored after using the terraform
4+
The `terraform logout` command removes credentials stored after using the terraform
55
login command.
66
---
77

0 commit comments

Comments
 (0)