Merge pull request #23989 from tatsuo48/fix_sample_code

fix sample code
This commit is contained in:
Daniel Dreier 2020-05-21 15:03:52 -07:00 committed by GitHub
commit df39e0a806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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