mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #31274 from irab/patch-1
Additional note on usage of single quotes for for_each resources
This commit is contained in:
commit
0227952ace
@ -68,8 +68,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):
|
||||
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