Skip to content

Commit 4d98bde

Browse files
authored
Update moved.mdx typo (#991)
fix table title: Argument
2 parents 5de06f8 + c68ed8c commit 4d98bde

File tree

1 file changed

+2
-2
lines changed
  • content/terraform/v1.13.x/docs/language/block

1 file changed

+2
-2
lines changed

content/terraform/v1.13.x/docs/language/block/moved.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This section provides details about the fields you can configure in the `moved`
3434

3535
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.
3636

37-
| Arbument | Description | Type | Required |
37+
| Argument | Description | Type | Required |
3838
| --- | --- | --- | --- |
3939
| `from` | Specifies a resource's previous address. The syntax allows Terraform to select modules, resources, and resources inside child modules. | string | required |
4040
| `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 |
@@ -50,4 +50,4 @@ moved {
5050
from = aws_instance.a
5151
to = aws_instance.b
5252
}
53-
```
53+
```

0 commit comments

Comments
 (0)