New sample (converted from Bicep via OpenAI)
This commit is contained in:
11
quickstart/101-ddos-protection-plan/outputs.tf
Normal file
11
quickstart/101-ddos-protection-plan/outputs.tf
Normal 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
|
||||
}
|
Reference in New Issue
Block a user