infra-faucet/variables.tf
Jakub Sokołowski 07af9115e0
drop unnecessary cloudflare variables
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-03-19 17:05:04 +01:00

7 lines
145 B
HCL

/* GENERAL --------------------------------------*/
variable "domain" {
description = "DNS Domain to update"
default = "statusim.net"
}