website: Refactoring "Renaming a Module Call" should include a moved block
This commit is contained in:
parent
7ae574ba6a
commit
6530055d18
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue