drop statusim.net domain config in favor of status.im

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-03-14 21:35:39 +01:00
parent 40a16d62ef
commit 89f012ee23
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
4 changed files with 0 additions and 8 deletions

View File

@ -6,7 +6,6 @@ module "gitea" {
env = "gitea"
group = "gitea"
type = "s-1vcpu-2gb"
domain = var.domain
data_vol_size = 100

View File

@ -5,7 +5,6 @@ module "todo" {
env = "todo"
group = "todo"
type = "s-2vcpu-4gb"
domain = var.domain
open_tcp_ports = ["80", "443"]
}

View File

@ -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"
}

View File

@ -4,7 +4,6 @@ module "wekan" {
env = "wekan"
group = "wekan"
type = "m-1vcpu-8gb"
domain = var.domain
open_tcp_ports = ["80", "443"]
}