10 lines
208 B
Terraform
10 lines
208 B
Terraform
|
variable "public_domain" {
|
||
|
description = "Domain under which the public sites go."
|
||
|
default = "status.im"
|
||
|
}
|
||
|
|
||
|
variable "domain" {
|
||
|
description = "DNS Domain to update"
|
||
|
default = "statusim.net"
|
||
|
}
|