We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e29b7 commit a280e2fCopy full SHA for a280e2f
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