website: update docs

pull/6597/head
Mitchell Hashimoto 10 years ago
parent eaf3d608ed
commit 9ddf73ad81
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A

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

Loading…
Cancel
Save