1
Fork 0
adguardhome/src/variables.tf

14 lines
200 B
HCL

locals {
coredns_host = "127.0.0.53:5353"
}
variable "adguardhome_username" {
type = string
sensitive = true
}
variable "adguardhome_password" {
type = string
sensitive = true
}