modules/bind_dns/variables.tf (7 lines of code) (raw):

variable "resource_group_name" {} variable "location" {} variable "bind_dns_name" {} variable "dns_subnet_id" {} variable "tags" { default = {} }