Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hbuckle committed Dec 10, 2024
1 parent 4f3254f commit 86071df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/services/cdn/cdn_frontdoor_origin_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ func resourceCdnFrontDoorOrigin() *pluginsdk.Resource {
ValidateFunc: validation.StringInSlice([]string{
"blob",
"blob_secondary",
"sites",
"managedEnvironments",
"sites",
"web",
}, false),
},
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/cdn_frontdoor_origin.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ A `private_link` block supports the following:

* `request_message` - (Optional) Specifies the request message that will be submitted to the `private_link_target_id` when requesting the private link endpoint connection. Values must be between `1` and `140` characters in length. Defaults to `Access request for CDN FrontDoor Private Link Origin`.

* `target_type` - (Optional) Specifies the type of target for this Private Link Endpoint. Possible values are `blob`, `blob_secondary`, `web` and `sites`.
* `target_type` - (Optional) Specifies the type of target for this Private Link Endpoint. Possible values are `blob`, `blob_secondary`, `managedEnvironments`, `sites` and `web`.

-> **NOTE:** `target_type` cannot be specified when using a Load Balancer as an Origin.

Expand Down

0 comments on commit 86071df

Please sign in to comment.