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:55:55 +01:00
parent dbb007ef4d
commit 01e2f7bc1e
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 "boot" {
group = "boot"
env = "shards"
stage = terraform.workspace
domain = var.domain
/* scaling */
host_count = local.ws["boot_hosts_count"]

View File

@ -6,7 +6,6 @@ module "store" {
group = "store"
env = "shards"
stage = terraform.workspace
domain = var.domain
/* scaling */
host_count = local.ws["store_hosts_count"]

View File

@ -6,7 +6,6 @@ module "store-db" {
group = "store-db"
env = "shards"
stage = terraform.workspace
domain = var.domain
/* scaling */
host_count = local.ws["store_db_hosts_count"]

View File

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