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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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