infra-status/variables.tf

6 lines
115 B
HCL

variable "domain" {
description = "DNS Domain to update"
type = string
default = "statusim.net"
}