mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-20 12:02:01 -04:00
website: Refactoring "Renaming a Module Call" should include a moved block
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user