Remove snippets host

This commit is contained in:
Jake Howard 2020-10-01 19:28:38 +01:00
parent 4742552839
commit 84846054df
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -84,14 +84,6 @@ resource "cloudflare_record" "theorangeonenet_apex" {
ttl = 1
}
resource "cloudflare_record" "theorangeonenet_snippets" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "snippets"
value = "too-snippets.netlify.com"
type = "CNAME"
ttl = 1
}
resource "cloudflare_record" "theorangeonenet_srv_matrix" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "_matrix._tcp"