Skip to content

Commit

Permalink
Merge pull request #149 from terraform-providers/cdn-endpoint-origin-…
Browse files Browse the repository at this point in the history
…type

`azurerm_cdn_endpoint` - documentation updates
  • Loading branch information
tombuildsstuff authored Jul 3, 2017
2 parents 65dbcce + 01120a3 commit cc831be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/cdn_endpoint.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The `origin` block supports:

* `name` - (Required) The name of the origin. This is an arbitrary value. However, this value needs to be unique under endpoint.

* `host_name` - (Required) A string that determines the hostname/IP address of the origin server. This string could be a domain name, IPv4 address or IPv6 address.
* `host_name` - (Required) A string that determines the hostname/IP address of the origin server. This string can be a domain name, Storage Account endpoint, Web App endpoint, IPv4 address or IPv6 address.

* `http_port` - (Optional) The HTTP port of the origin. Defaults to null. When null, 80 will be used for HTTP.

Expand All @@ -93,4 +93,4 @@ CDN Endpoints can be imported using the `resource id`, e.g.

```
terraform import azurerm_cdn_endpoint.test /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.Cdn/profiles/myprofile1/endpoints/myendpoint1
```
```

0 comments on commit cc831be

Please sign in to comment.