From 9ddf73ad8138a2f2a090680504d9be0e1fc28a58 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 12 Apr 2016 15:21:51 -0700 Subject: [PATCH] website: update docs --- website/source/docs/commands/state/mv.html.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/source/docs/commands/state/mv.html.md b/website/source/docs/commands/state/mv.html.md index 81a06ee25..e145fbbff 100644 --- a/website/source/docs/commands/state/mv.html.md +++ b/website/source/docs/commands/state/mv.html.md @@ -69,6 +69,14 @@ created if it doesn't exist. $ terraform state mv aws_instance.foo module.web ``` +## Example: Move a Module Into a Module + +The example below moves a module into another module. + +``` +$ terraform state mv module.foo module.parent.module.foo +``` + ## Example: Move a Module to Another State The example below moves a module into another state file. This removes