From c294bfbbd12da60e50fb5bb95ffec6860edfe49c Mon Sep 17 00:00:00 2001 From: ewencodes <46159873+ewencodes@users.noreply.github.com> Date: Fri, 10 Jan 2025 11:25:42 +0100 Subject: [PATCH] docs: fix `azurerm_storage_container` import command (#28419) * docs: fix storage container import command * chore: wip --- website/docs/r/storage_container.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/r/storage_container.html.markdown b/website/docs/r/storage_container.html.markdown index 18b371b4018b..39a659125998 100644 --- a/website/docs/r/storage_container.html.markdown +++ b/website/docs/r/storage_container.html.markdown @@ -82,8 +82,8 @@ The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/l ## Import -Storage Containers can be imported using the `resource id`, e.g. +Storage Containers can be imported using the `resource manager id`, e.g. ```shell -terraform import azurerm_storage_container.container1 https://example.blob.core.windows.net/container +terraform import azurerm_storage_container.container1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Storage/storageAccounts/myaccount/blobServices/default/containers/mycontainer ```