Skip to content

Commit a280e2f

Browse files
author
yokoyama tatsuo
committed
fix sample code
1 parent 93e29b7 commit a280e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/commands/state/mv.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The example below moves the `packet_device` resource named `worker` into a modul
7171
named `app`. The module will be created if it doesn't exist.
7272

7373
```shell
74-
$ terraform state mv 'packet_device.worker' 'module.app'
74+
$ terraform state mv 'packet_device.worker' 'module.app.packet_device.worker'
7575
```
7676

7777
## Example: Move a Module Into a Module

0 commit comments

Comments
 (0)