mirror of
https://github.com/status-im/infra-status.git
synced 2025-01-12 15:04:56 +00:00
6 lines
115 B
HCL
6 lines
115 B
HCL
variable "domain" {
|
|
description = "DNS Domain to update"
|
|
type = string
|
|
default = "statusim.net"
|
|
}
|