From 548dfd9c1e10bf2b843ad914dee806d14c654a4c Mon Sep 17 00:00:00 2001 From: AntoineJo <48328018+AntoineJo@users.noreply.github.com> Date: Tue, 7 Oct 2025 13:59:42 +0200 Subject: [PATCH] Fix formatting in state show command examples Fixing typo in powershell state show for for_each resources --- content/terraform/v1.13.x/docs/cli/commands/state/show.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/terraform/v1.13.x/docs/cli/commands/state/show.mdx b/content/terraform/v1.13.x/docs/cli/commands/state/show.mdx index f5db0f78e8..7da2b8056b 100644 --- a/content/terraform/v1.13.x/docs/cli/commands/state/show.mdx +++ b/content/terraform/v1.13.x/docs/cli/commands/state/show.mdx @@ -79,7 +79,7 @@ $ terraform state show 'packet_device.worker["example"]' PowerShell: ```shell -$ terraform state show 'packet_device.worker[\"example\"]' +$ terraform state show 'packet_device.worker["example"]' ``` Windows `cmd.exe`: