Use this data source to access information about an existing Front Door (standard/premium) Profile.
data "azurerm_cdn_frontdoor_profile" "example" {
name = "existing-cdn-profile"
resource_group_name = "existing-resources"
}
The following arguments are supported:
name
- (Required) Specifies the name of the Front Door Profile.
resource_group_name
- (Required) The name of the Resource Group where this Front Door Profile exists.
The following attributes are exported:
id
- The ID of this Front Door Profile.
resource_guid
- The UUID of the Front Door Profile which will be sent in the HTTP Header as the X-Azure-FDID
attribute.
sku_name
- Specifies the SKU for this Front Door Profile.
response_timeout_seconds
- Specifies the maximum response timeout in seconds.
tags
- Specifies a mapping of Tags assigned to this Front Door Profile.
The timeouts
block allows you to specify timeouts for certain actions:
read
- (Defaults to 5 minutes) Used when retrieving the Front Door Profile.