mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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)
|
# (module arguments)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
moved {
|
||||||
|
from = module.a
|
||||||
|
to = module.b
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
When creating the next plan for each configuration using this module, Terraform
|
When creating the next plan for each configuration using this module, Terraform
|
||||||
|
Loading…
Reference in New Issue
Block a user