From a280e2ffeaf10e227ced8e7d6982007b90617752 Mon Sep 17 00:00:00 2001 From: yokoyama tatsuo Date: Thu, 30 Jan 2020 17:03:51 +0900 Subject: [PATCH] fix sample code --- website/docs/commands/state/mv.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/commands/state/mv.html.md b/website/docs/commands/state/mv.html.md index 3ec1057c5a..bb35b13999 100644 --- a/website/docs/commands/state/mv.html.md +++ b/website/docs/commands/state/mv.html.md @@ -71,7 +71,7 @@ The example below moves the `packet_device` resource named `worker` into a modul named `app`. The module will be created if it doesn't exist. ```shell -$ terraform state mv 'packet_device.worker' 'module.app' +$ terraform state mv 'packet_device.worker' 'module.app.packet_device.worker' ``` ## Example: Move a Module Into a Module