From f714a38bc326eb680e764685a51ca07e0f1126e9 Mon Sep 17 00:00:00 2001 From: magodo Date: Mon, 18 Jul 2022 17:00:33 +0800 Subject: [PATCH] Fix incorrect import spec for `azurerm_managed_disk` --- internal/resmap/map.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/resmap/map.json b/internal/resmap/map.json index 0743d0e..3047f41 100644 --- a/internal/resmap/map.json +++ b/internal/resmap/map.json @@ -6268,7 +6268,7 @@ "disks" ], "import_specs": [ - "/subscriptions/resourceGroups/microsoft.compute/disks" + "/subscriptions/resourceGroups/Microsoft.Compute/disks" ] } },