From 514935b96e5b29e60c01259414142c42e22ca143 Mon Sep 17 00:00:00 2001 From: Yichun Ma Date: Mon, 9 Jan 2023 15:56:03 +0800 Subject: [PATCH] `document` - fix import command of `azurerm_api_management_identity_profider_aadb2c` --- .../r/api_management_identity_provider_aadb2c.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/api_management_identity_provider_aadb2c.html.markdown b/website/docs/r/api_management_identity_provider_aadb2c.html.markdown index 78cf7ce67522..a6d1f86b9f0a 100644 --- a/website/docs/r/api_management_identity_provider_aadb2c.html.markdown +++ b/website/docs/r/api_management_identity_provider_aadb2c.html.markdown @@ -99,5 +99,5 @@ The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/l API Management Azure AD B2C Identity Providers can be imported using the `resource id`, e.g. ```shell -terraform import azurerm_api_management_identity_provider_aadb2c.example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.ApiManagement/service/service1/identityProviders/AadB2C +terraform import azurerm_api_management_identity_provider_aadb2c.example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.ApiManagement/service/service1/identityProviders/aadB2C ```