website: update docs

This commit is contained in:
Mitchell Hashimoto 2016-04-12 15:21:51 -07:00
parent eaf3d608ed
commit 9ddf73ad81
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 8 additions and 0 deletions

View File

@ -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