Add an additional domain for matrix

I'll migrate over to this eventually. But doing a hard migration has just wasted my entire evening...
This commit is contained in:
Jake Howard
2022-02-13 20:54:46 +00:00
parent 722b964bc9
commit 6b63c2685b
2 changed files with 10 additions and 2 deletions

View File

@ -101,6 +101,14 @@ resource "cloudflare_record" "theorangeonenet_img" {
ttl = 1
}
resource "cloudflare_record" "theorangeonenet_matrix" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "matrix"
value = linode_instance.casey.ip_address
type = "A"
ttl = 1
}
resource "cloudflare_record" "theorangeonenet_dl" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "dl"