Skip to content

Commit

Permalink
Fix incorrect import spec (hashicorp#22278)
Browse files Browse the repository at this point in the history
  • Loading branch information
magodo authored Jun 26, 2023
1 parent ab8dd86 commit 9cdba4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/arc_machine_extension.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/l
Hybrid Compute Machine Extensions can be imported using the `resource id`, e.g.

```shell
terraform import azurerm_arc_machine_extension.example C:/Program Files/Git/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.HybridCompute/machines/hcmachine1/extensions/ext1
terraform import azurerm_arc_machine_extension.example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.HybridCompute/machines/hcmachine1/extensions/ext1
```

0 comments on commit 9cdba4a

Please sign in to comment.