scenarios/shared/terraform/modules/networking/private-zones/variables.tf (14 lines of code) (raw):
variable "vnetLinks" {
default = []
}
variable "records" {
default = []
}
variable "resourceGroupName" {
type = string
default = ""
}
variable "tags" {
}
variable "zoneName" {
}