Skip to content

Commit

Permalink
website: Refactoring "Renaming a Module Call" should include a moved …
Browse files Browse the repository at this point in the history
…block
  • Loading branch information
pdecat committed Dec 9, 2021
1 parent 7ae574b commit 6530055
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/docs/language/modules/develop/refactoring.html.md
Expand Up @@ -231,6 +231,11 @@ module "b" {
# (module arguments)
}
moved {
from = module.a
to = module.b
}
```

When creating the next plan for each configuration using this module, Terraform
Expand Down

0 comments on commit 6530055

Please sign in to comment.