Skip to content

Commit

Permalink
docs: fix azurerm_storage_container import command (#28419)
Browse files Browse the repository at this point in the history
* docs: fix storage container import command

* chore: wip
  • Loading branch information
ewencodes authored Jan 10, 2025
1 parent 1756d4c commit 76e8d80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/storage_container.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 76e8d80

Please sign in to comment.