diff --git a/website/source/docs/commands/state/mv.html.md b/website/source/docs/commands/state/mv.html.md index 81a06ee25f..e145fbbff3 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