Skip to content

Commit

Permalink
Fix incorrect import spec (hashicorp#27381)
Browse files Browse the repository at this point in the history
  • Loading branch information
magodo authored Sep 18, 2024
1 parent 0dbe565 commit 747512e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/d
Virtual Machine Automanage Configuration Profile Assignment can be imported using the `resource id`, e.g.

```shell
terraform import azurerm_arc_machine_automanage_configuration_assignment.example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.HybridCompute/Microsoft.HybridCompute/machines/machine1/providers/Microsoft.AutoManage/configurationProfileAssignments/default
terraform import azurerm_arc_machine_automanage_configuration_assignment.example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.HybridCompute/machines/machine1/providers/Microsoft.AutoManage/configurationProfileAssignments/default
```

0 comments on commit 747512e

Please sign in to comment.