From e3a8f7e5c5e6d21ccbdfac74080e9928e3da60fd Mon Sep 17 00:00:00 2001 From: Piyush Pangtey Date: Fri, 25 Jun 2021 21:40:47 +0530 Subject: [PATCH] Fix migrating-to-azuread guide documentation (#12365) Markdown issue for `Updating the Provider block` subheading. --- website/docs/guides/migrating-to-azuread.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guides/migrating-to-azuread.html.markdown b/website/docs/guides/migrating-to-azuread.html.markdown index ddafec7a69bb..932a24d4eb30 100644 --- a/website/docs/guides/migrating-to-azuread.html.markdown +++ b/website/docs/guides/migrating-to-azuread.html.markdown @@ -18,7 +18,7 @@ This guide covers how to migrate from using the following Data Sources and Resou * Resource: `azurerm_azuread_service_principal` * Resource: `azurerm_azuread_service_principal_password` -## Updating the Provider block +## Updating the Provider block As the AzureAD and AzureRM Provider support the same authentication methods, it's possible to simply add the AzureAD Provider to the `required_providers` block and declare the configuration in a Provider block as per the following example: