New sample (converted from Bicep via OpenAI)

This commit is contained in:
Tom Archer
2023-03-25 11:12:55 -07:00
parent 631c382fac
commit a4ae7b817c
5 changed files with 139 additions and 0 deletions

View File

@ -0,0 +1,11 @@
output "resource_group_name" {
value = azurerm_resource_group.rg.name
}
output "ddos_protection_plan_name" {
value = azurerm_network_ddos_protection_plan.ddos.name
}
output "virtual_network_name" {
value = azurerm_virtual_network.vnet.name
}