mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update website/docs/cli/commands/state/show.mdx
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
This commit is contained in:
parent
c147389cf8
commit
a32648aa53
@ -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`](/language/meta-arguments/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 the [`for_each`](/language/meta-arguments/for_each) meta-argument. You must place the resource name in single quotes when it contains special characters like double quotes.
|
||||
|
||||
Linux, Mac OS, and UNIX:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user