mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-13 16:00:47 -04:00
Additional note on usage of single quotes for for_each resources
This commit is contained in:
@@ -69,7 +69,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):
|
||||
[`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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user