infra-avalanche/variables.tf

12 lines
261 B
HCL

/* GENERAL --------------------------------------*/
variable "public_domain" {
description = "Domain under which the public sites go."
default = "status.im"
}
variable "domain" {
description = "DNS Domain to update"
default = "statusim.net"
}