New sample (converted from Bicep via OpenAI)

This commit is contained in:
Tom Archer
2023-03-18 12:49:54 -07:00
parent 35b3afaf63
commit bb54b1f836
5 changed files with 164 additions and 0 deletions

View File

@ -0,0 +1,7 @@
output "resource_group_name" {
value = azurerm_resource_group.rg.name
}
output "cdn_endpoint_endpoint_name" {
value = azurerm_cdn_endpoint.endpoint.name
}