0
0
llucycodes42
The code above creates a resource called example-name in the West US location with the Standard_Verizon SKU.
Shortcut: tf_azurerm_cdn_profile
resource "azurerm_cdn_profile" "${MyResource}" {
name = "example-name"
location = "West US"
sku = "Standard_Verizon"
resource_group_name = "\${azurerm_resource_group.test.name}"
}