Unverified Commit 6530055d authored by Patrick Decat's avatar Patrick Decat Committed by GitHub
Browse files

website: Refactoring "Renaming a Module Call" should include a moved block

parent 7ae574ba
Showing with 5 additions and 0 deletions
+5 -0
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment