typo fix (#8656)
This commit is contained in:
parent
33ef9e2bb6
commit
fd9ee32bd1
|
@ -75,7 +75,7 @@ The following attributes are exported in addition to the arguments listed above:
|
||||||
|
|
||||||
## Import
|
## Import
|
||||||
|
|
||||||
Virtual Networks can be imported using the `resource id`, e.g.
|
Storage Accounts can be imported using the `resource id`, e.g.
|
||||||
|
|
||||||
```
|
```
|
||||||
terraform import azurerm_storage_account.storageAcc1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Storage/storageAccounts/myaccount
|
terraform import azurerm_storage_account.storageAcc1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Storage/storageAccounts/myaccount
|
||||||
|
|
Loading…
Reference in New Issue