Drop old chat.distrust.co domain to allow k8s cluster to take control
This commit is contained in:
parent
fa1ac5a44a
commit
25f62adf16
|
@ -16,13 +16,6 @@ resource "digitalocean_record" "billing" {
|
|||
value = "45.16.98.153"
|
||||
}
|
||||
|
||||
resource "digitalocean_record" "chat" {
|
||||
domain = digitalocean_domain.default.id
|
||||
type = "CNAME"
|
||||
name = "chat"
|
||||
value = "distrust.element.io."
|
||||
}
|
||||
|
||||
resource "digitalocean_record" "www" {
|
||||
domain = digitalocean_domain.default.id
|
||||
type = "CNAME"
|
||||
|
|
Loading…
Reference in New Issue