New sample (converted from Bicep via OpenAI)

This commit is contained in:
Tom Archer
2023-04-12 09:30:19 -07:00
parent f90f330230
commit 67452c3289
5 changed files with 97 additions and 0 deletions

View File

@ -0,0 +1,11 @@
output "resource_group_name" {
value = azurerm_resource_group.rg.name
}
output "notification_hub_namespace_name" {
value = azurerm_notification_hub_namespace.namespace.name
}
output "notification_hub__name" {
value = azurerm_notification_hub.hub.name
}