You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/terraform/v1.13.x/docs/language/modules/develop/refactoring.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ You can use `moved` blocks for the following use cases:
22
22
-[Rename a module call](#rename-a-module-call)
23
23
-[Split a module](#split-a-module)
24
24
25
-
When the module or resource is no longer necessary, you can [remove `moved` blocks](#remove-a-move-block) from the configuration. Note that removing a `moved` block is a breaking change.
25
+
When the module or resource is no longer necessary, you can [remove `moved` blocks](#remove-a-moved-block) from the configuration. Note that removing a `moved` block is a breaking change.
26
26
27
27
## Requirements
28
28
@@ -416,7 +416,7 @@ moved {
416
416
}
417
417
```
418
418
419
-
## Remove a `move` block
419
+
## Remove a `moved` block
420
420
421
421
Over time, a long-lasting module may accumulate many `moved` blocks.
0 commit comments