Skip to content

Commit

Permalink
minor frontdoor docs update (#19975)
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte authored Jan 11, 2023
1 parent fca70a7 commit d4e9492
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions website/docs/r/cdn_frontdoor_origin.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ A `private_link` block supports the following:

* `private_link_target_id` - (Required) The ID of the Azure Resource to connect to via the Private Link.

-> **Note:** the `private_link_target_id` property must specify the Resource ID of the Private Link Service when using Load Balancer as an Origin.

---

## Example HCL Configurations
Expand Down
6 changes: 3 additions & 3 deletions website/docs/r/cdn_frontdoor_route.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ resource "azurerm_cdn_frontdoor_origin_group" "example" {
}
resource "azurerm_cdn_frontdoor_origin" "example" {
name = "example-origin"
cdn_frontdoor_profile_origin_group_id = azurerm_cdn_frontdoor_origin_group.example.id
enabled = true
name = "example-origin"
cdn_frontdoor_origin_group_id = azurerm_cdn_frontdoor_origin_group.example.id
enabled = true
certificate_name_check_enabled = false
Expand Down

0 comments on commit d4e9492

Please sign in to comment.