Add matrix #7

Manually merged
ryan merged 19 commits from drgrove/distrust-stack:matrix into main 2024-05-30 05:08:58 +00:00
1 changed files with 0 additions and 7 deletions
Showing only changes of commit 25f62adf16 - Show all commits

View File

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