Use this data source to access information about an existing CDN Profile.
data "azurerm_cdn_profile" "example" {
name = "myfirstcdnprofile"
resource_group_name = "example-resources"
}
output "cdn_profile_id" {
value = data.azurerm_cdn_profile.example.id
}
name
- The name of the CDN Profile.
resource_group_name
- The name of the resource group in which the CDN Profile exists.
location
- The Azure Region where the resource exists.
sku
- The pricing related information of current CDN profile.
tags
- A mapping of tags assigned to the resource.
The timeouts
block allows you to specify timeouts for certain actions:
read
- (Defaults to 5 minutes) Used when retrieving the CDN Profile.