From 6a0bd057ff7ed0df9cb3f4119d2d2d35eaa527a8 Mon Sep 17 00:00:00 2001 From: ROULOIS Ewen OBS/FZ Date: Mon, 6 Jan 2025 10:18:12 +0100 Subject: [PATCH 1/2] docs: fix storage container import command --- 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..e9343e639689 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 management 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 ``` From f5def04e5cc31adbaaf1958c983337f86cc31300 Mon Sep 17 00:00:00 2001 From: ROULOIS Ewen OBS/FZ Date: Fri, 10 Jan 2025 10:41:36 +0100 Subject: [PATCH 2/2] chore: wip --- website/docs/r/storage_container.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/storage_container.html.markdown b/website/docs/r/storage_container.html.markdown index e9343e639689..39a659125998 100644 --- a/website/docs/r/storage_container.html.markdown +++ b/website/docs/r/storage_container.html.markdown @@ -82,7 +82,7 @@ The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/l ## Import -Storage Containers can be imported using the `resource management id`, e.g. +Storage Containers can be imported using the `resource manager id`, e.g. ```shell terraform import azurerm_storage_container.container1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Storage/storageAccounts/myaccount/blobServices/default/containers/mycontainer