From 8cee0cdaba30f91ba44efbb01a32393151820885 Mon Sep 17 00:00:00 2001 From: Ira <1463626+irab@users.noreply.github.com> Date: Mon, 1 Aug 2022 23:22:49 +1200 Subject: [PATCH] Update show.mdx --- website/docs/cli/commands/state/show.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/docs/cli/commands/state/show.mdx b/website/docs/cli/commands/state/show.mdx index 67b945076e..346941ff74 100644 --- a/website/docs/cli/commands/state/show.mdx +++ b/website/docs/cli/commands/state/show.mdx @@ -68,8 +68,7 @@ $ terraform state show 'packet_device.worker[0]' ## Example: Show a Resource configured with for_each -The example below shows the `"example"` instance of a `packet_device` resource named `worker` configured with -[`for_each`](/language/meta-arguments/for_each). Please note that single quotes ``` surrounding a resource name are required when referencing a resource that contains special characters, such as double quotes, in its identifier: +The following example shows the "example" instance of a packet_device resource named worker configured with for_each. You must place the resource name in single quotes when it contains special characters (e.g., double quotes).: Linux, Mac OS, and UNIX: