mirror of
https://github.com/status-im/infra-faucet.git
synced 2025-02-24 08:38:32 +00:00
7 lines
145 B
HCL
7 lines
145 B
HCL
/* GENERAL --------------------------------------*/
|
|
|
|
variable "domain" {
|
|
description = "DNS Domain to update"
|
|
default = "statusim.net"
|
|
}
|