Skip to content

Commit

Permalink
Merge pull request #4705 from mattiabaruffi/patch-1
Browse files Browse the repository at this point in the history
missing _ in module name
  • Loading branch information
tombuildsstuff authored Oct 24, 2019
2 parents 885a36c + d88cea3 commit 2802a11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/r/front_door.html.markdown
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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}"
Expand Down

0 comments on commit 2802a11

Please sign in to comment.