From 84846054dfb5455c8dc3025001f80c45f69a8d1b Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 1 Oct 2020 19:28:38 +0100 Subject: [PATCH] Remove snippets host --- terraform/theorangeone.net.tf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/terraform/theorangeone.net.tf b/terraform/theorangeone.net.tf index fd3725d..a7bc2f8 100644 --- a/terraform/theorangeone.net.tf +++ b/terraform/theorangeone.net.tf @@ -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"