This commit is contained in:
Tom Archer
2023-03-25 16:10:16 -07:00
parent a4ae7b817c
commit 30f1682c74
3 changed files with 3 additions and 15 deletions

View File

@ -10,18 +10,6 @@ variable "resource_group_name_prefix" {
default = "rg"
}
variable "ddos_protection_plan_name" {
type = string
description = "Specify a DDoS protection plan name."
default = null
}
variable "virtual_network_name" {
type = string
description = "Specify a DDoS virtual network name."
default = null
}
variable "vnet_address_prefix" {
type = string
description = "Specify the virtual network address prefix"