From d88cea3396d509d4bb677da9c31e1d09061fbf15 Mon Sep 17 00:00:00 2001 From: mattiabaruffi <50654456+mattiabaruffi@users.noreply.github.com> Date: Thu, 24 Oct 2019 11:38:08 +0200 Subject: [PATCH] missing _ in module name --- website/docs/r/front_door.html.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/r/front_door.html.markdown b/website/docs/r/front_door.html.markdown index 4d81863c5845..57caef52604e 100644 --- a/website/docs/r/front_door.html.markdown +++ b/website/docs/r/front_door.html.markdown @@ -1,12 +1,12 @@ --- layout: "azurerm" -page_title: "Azure Resource Manager: azurerm_frontdoor" +page_title: "Azure Resource Manager: azurerm_front_door" sidebar_current: "docs-azurerm-resource-front-door" description: |- Manages an Azure Front Door instance. --- -# azurerm_frontdoor +# azurerm_front_door Manages an Azure Front Door instance. @@ -20,7 +20,7 @@ Below are some of the key scenarios that Azure Front Door Service addresses: ## Example Usage ```hcl -resource "azurerm_frontdoor" "example" { +resource "azurerm_front_door" "example" { name = "example-FrontDoor" location = "${azurerm_resource_group.example.location}" resource_group_name = "${azurerm_resource_group.example.name}"