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
dbb007ef4d
commit
01e2f7bc1e
|
@ -6,7 +6,6 @@ module "boot" {
|
|||
group = "boot"
|
||||
env = "shards"
|
||||
stage = terraform.workspace
|
||||
domain = var.domain
|
||||
|
||||
/* scaling */
|
||||
host_count = local.ws["boot_hosts_count"]
|
||||
|
|
|
@ -6,7 +6,6 @@ module "store" {
|
|||
group = "store"
|
||||
env = "shards"
|
||||
stage = terraform.workspace
|
||||
domain = var.domain
|
||||
|
||||
/* scaling */
|
||||
host_count = local.ws["store_hosts_count"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
variable "domain" {
|
||||
description = "DNS Domain to update"
|
||||
type = string
|
||||
default = "statusim.net"
|
||||
}
|
Loading…
Reference in New Issue