Data Source: azurerm_cdn_profile

Use this data source to access information about an existing CDN Profile.

Example Usage

data "azurerm_cdn_profile" "example" {
  name                = "myfirstcdnprofile"
  resource_group_name = "example-resources"
}

output "cdn_profile_id" {
  value = data.azurerm_cdn_profile.example.id
}

Argument Reference

Attributes Reference

Timeouts

The timeouts block allows you to specify timeouts for certain actions: