1
Fork 0
adguardhome/src/variables.tf

14 lines
201 B
HCL

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