From c147389cf8ff30e4af2e88636f41867b32930970 Mon Sep 17 00:00:00 2001 From: Ira <1463626+irab@users.noreply.github.com> Date: Wed, 26 Oct 2022 11:32:28 +1300 Subject: [PATCH] Update website/docs/cli/commands/state/show.mdx Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> --- website/docs/cli/commands/state/show.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cli/commands/state/show.mdx b/website/docs/cli/commands/state/show.mdx index 346941ff74..546f4be35e 100644 --- a/website/docs/cli/commands/state/show.mdx +++ b/website/docs/cli/commands/state/show.mdx @@ -68,7 +68,7 @@ $ terraform state show 'packet_device.worker[0]' ## Example: Show a Resource configured with for_each -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).: +The following example shows the `"example"` instance of a packet_device resource named worker configured with [`for_each`](/language/meta-arguments/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: