drop statusim.net domain config in favor of status.im
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
40a16d62ef
commit
89f012ee23
1
gitea.tf
1
gitea.tf
|
@ -6,7 +6,6 @@ module "gitea" {
|
|||
env = "gitea"
|
||||
group = "gitea"
|
||||
type = "s-1vcpu-2gb"
|
||||
domain = var.domain
|
||||
|
||||
data_vol_size = 100
|
||||
|
||||
|
|
1
todo.tf
1
todo.tf
|
@ -5,7 +5,6 @@ module "todo" {
|
|||
env = "todo"
|
||||
group = "todo"
|
||||
type = "s-2vcpu-4gb"
|
||||
domain = var.domain
|
||||
|
||||
open_tcp_ports = ["80", "443"]
|
||||
}
|
||||
|
|
|
@ -4,8 +4,3 @@ variable "public_domain" {
|
|||
description = "Domain under which the public sites go."
|
||||
default = "status.im"
|
||||
}
|
||||
|
||||
variable "domain" {
|
||||
description = "DNS Domain to update"
|
||||
default = "statusim.net"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue