Remove snippets host
This commit is contained in:
parent
4742552839
commit
84846054df
1 changed files with 0 additions and 8 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue