infra-waku/variables.tf

6 lines
112 B
HCL

variable "domain" {
description = "DNS Domain to update"
type = string
default = "status.im"
}