Skip to content

Commit

Permalink
Doc Fix: use proper url for importing azure virtual machine #7399
Browse files Browse the repository at this point in the history
  • Loading branch information
akamac committed Jun 18, 2020
1 parent d0ad628 commit fdfa243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/linux_virtual_machine.html.markdown
Expand Up @@ -315,5 +315,5 @@ The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/d
Linux Virtual Machines can be imported using the `resource id`, e.g.

```shell
terraform import azurerm_linux_virtual_machine.example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/Microsoft.Compute/virtualMachines/machine1
terraform import azurerm_linux_virtual_machine.example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.Compute/virtualMachines/machine1
```

0 comments on commit fdfa243

Please sign in to comment.