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

This commit is contained in:
Patrick Decat
2021-12-09 23:54:19 +01:00
committed by GitHub
parent 7ae574ba6a
commit 6530055d18

View File

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