Skip to content

Commit

Permalink
Doc: Update incorrect import spec
Browse files Browse the repository at this point in the history
  • Loading branch information
magodo committed Mar 22, 2024
1 parent 1b52a90 commit 2f3de18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/r/automanage_configuration.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -233,5 +233,5 @@ The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/d
Automanage Configuration can be imported using the `resource id`, e.g.

```shell
terraform import azurerm_automanage_configuration.example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.Automanage/configurationProfiles/configurationProfile1
terraform import azurerm_automanage_configuration.example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AutoManage/configurationProfiles/configurationProfile1
```
2 changes: 1 addition & 1 deletion website/docs/r/storage_blob_inventory_policy.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,5 @@ The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/l
Storage Blob Inventory Policies can be imported using the `resource id`, e.g.

```shell
terraform import azurerm_storage_blob_inventory_policy.example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.Storage/storageAccounts/storageAccount1/inventoryPolicies/inventoryPolicy1
terraform import azurerm_storage_blob_inventory_policy.example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.Storage/storageAccounts/storageAccount1
```

0 comments on commit 2f3de18

Please sign in to comment.