» Data Source: azurerm_cdn_profile

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

» Example Usage

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

output "cdn_profile_id" {
  value = "${data.azurerm_cdn_profile.test.id}"
}

» Argument Reference

  • name - (Required) The name of the CDN Profile.

  • resource_group_name - (Required) The name of the resource group in which the CDN Profile exists.

» Attributes Reference

  • 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.