Skip to content

Commit df39e0a

Browse files
authored
Merge pull request #23989 from tatsuo48/fix_sample_code
fix sample code
2 parents 398972a + a280e2f commit df39e0a

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)