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 22:09:07 +01:00
parent 332b19e499
commit e680735cb8
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
3 changed files with 0 additions and 7 deletions

1
db.tf
View File

@ -6,7 +6,6 @@ module "db" {
group = "status-db"
env = local.ws.env
stage = local.ws.stage
domain = var.domain
/* scaling */
host_count = local.ws["db_count"]

View File

@ -5,7 +5,6 @@ module "node" {
group = "status-node"
env = local.ws.env
stage = local.ws.stage
domain = var.domain
/* scaling */
host_count = local.ws["node_count"]

View File

@ -1,5 +0,0 @@
variable "domain" {
description = "DNS Domain to update"
type = string
default = "statusim.net"
}