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

pull/29941/merge
Patrick Decat 4 years ago committed by GitHub
parent 7ae574ba6a
commit 6530055d18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save