Skip to content

Commit

Permalink
Merge pull request #1408 from terraform-providers/docs-azure
Browse files Browse the repository at this point in the history
Docs: `azure` -> `azurerm`
  • Loading branch information
katbyte authored Jun 18, 2018
2 parents c5c1228 + f537644 commit c08d65e
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions website/docs/r/application_gateway.html.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: "azurerm"
page_title: "Azure Resource Manager: azure_application_gateway"
page_title: "Azure Resource Manager: azurerm_application_gateway"
sidebar_current: "docs-azurerm-resource-application-gateway"
description: |-
Manages a application gateway based on a previously created virtual network with configured subnets.
Expand Down Expand Up @@ -217,8 +217,8 @@ The `backend_http_settings` block supports:
* `probe_name` - (Optional) Reference to URL probe.

* `authentication_certificate` - (Optional) - A list of `authentication_certificate` references for the `backend_http_setting` to use. Each element consists of:
* `name` (Required)

* `name` (Required)
* `id` (Calculated)

The `http_listener` block supports:
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/network_interface.html.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: "azurerm"
page_title: "Azure Resource Manager: azure_network_interface"
page_title: "Azure Resource Manager: azurerm_network_interface"
sidebar_current: "docs-azurerm-resource-network-interface"
description: |-
Manages a Network Interface located in a Virtual Network, usually attached to a Virtual Machine.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/subnet.html.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: "azurerm"
page_title: "Azure Resource Manager: azure_subnet"
page_title: "Azure Resource Manager: azurerm_subnet"
sidebar_current: "docs-azurerm-resource-network-subnet"
description: |-
Manages a subnet. Subnets represent network segments within the IP space defined by the virtual network.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/virtual_machine_extension.html.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: "azurerm"
page_title: "Azure Resource Manager: azure_virtual_machine_extension"
page_title: "Azure Resource Manager: azurerm_virtual_machine_extension"
sidebar_current: "docs-azurerm-resource-compute-virtualmachine-extension"
description: |-
Manages a Virtual Machine Extension to provide post deployment
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/virtual_network.html.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: "azurerm"
page_title: "Azure Resource Manager: azure_virtual_network"
page_title: "Azure Resource Manager: azurerm_virtual_network"
sidebar_current: "docs-azurerm-resource-network-virtual-network"
description: |-
Manages a virtual network including any configured subnets. Each subnet can optionally be configured with a security group to be associated with the subnet.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/virtual_network_gateway.html.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: "azurerm"
page_title: "Azure Resource Manager: azure_virtual_network_gateway"
page_title: "Azure Resource Manager: azurerm_virtual_network_gateway"
sidebar_current: "docs-azurerm-resource-network-virtual-network-gateway-x"
description: |-
Manages a virtual network gateway to establish secure, cross-premises connectivity.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: "azurerm"
page_title: "Azure Resource Manager: azure_virtual_network_gateway_connection"
page_title: "Azure Resource Manager: azurerm_virtual_network_gateway_connection"
sidebar_current: "docs-azurerm-resource-network-virtual-network-gateway-connection"
description: |-
Manages a connection in an existing Virtual Network Gateway.
Expand Down Expand Up @@ -274,7 +274,7 @@ The `ipsec_policy` block supports:

* `ipsec_integrity` - (Required) The IPSec integrity algorithm. Valid
options are `GCMAES128`, `GCMAES192`, `GCMAES256`, `MD5`, `SHA1`, or `SHA256`.

* `pfs_group` - (Required) The DH group used in IKE phase 2 for new child SA.
Valid options are `ECP256`, `ECP384`, `PFS1`, `PFS2`, `PFS2048`, `PFS24`,
or `None`.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/virtual_network_peering.html.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: "azurerm"
page_title: "Azure Resource Manager: azure_virtual_network_peering"
page_title: "Azure Resource Manager: azurerm_virtual_network_peering"
sidebar_current: "docs-azurerm-resource-network-virtual-network-peering"
description: |-
Manages a virtual network peering which allows resources to access other
Expand Down

0 comments on commit c08d65e

Please sign in to comment.