We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 398972a + a280e2f commit df39e0aCopy full SHA for df39e0a
website/docs/commands/state/mv.html.md
@@ -71,7 +71,7 @@ The example below moves the `packet_device` resource named `worker` into a modul
71
named `app`. The module will be created if it doesn't exist.
72
73
```shell
74
-$ terraform state mv 'packet_device.worker' 'module.app'
+$ terraform state mv 'packet_device.worker' 'module.app.packet_device.worker'
75
```
76
77
## Example: Move a Module Into a Module
0 commit comments