Update show.mdx

This commit is contained in:
Ira 2022-08-01 23:22:49 +12:00 committed by GitHub
parent 227c8db4e1
commit 8cee0cdaba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,8 +68,7 @@ $ terraform state show 'packet_device.worker[0]'
## Example: Show a Resource configured with for_each ## Example: Show a Resource configured with for_each
The example below shows the `"example"` instance of a `packet_device` resource named `worker` configured with 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).:
[`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:
Linux, Mac OS, and UNIX: Linux, Mac OS, and UNIX: