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/block/moved.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
@@ -34,7 +34,7 @@ This section provides details about the fields you can configure in the `moved`
34
34
35
35
The `moved` block specifies the previous address and the new address for the resource. The following table describes the arguments you can set in the `moved` block.
36
36
37
-
|Arbument| Description | Type | Required |
37
+
|Argument| Description | Type | Required |
38
38
| --- | --- | --- | --- |
39
39
|`from`| Specifies a resource's previous address. The syntax allows Terraform to select modules, resources, and resources inside child modules. | string | required |
40
40
|`to`| Specifies the new address to relocate the resource to. The syntax allows Terraform to select modules, resources, and resources inside child modules. | string | required |
0 commit comments