Remove the.-rng.one

Turns out it only redirects if I set it up to, which is annoying
This commit is contained in:
Jake Howard 2020-03-20 22:03:45 +00:00
parent f3c4c75d2c
commit 5564709544
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -9,11 +9,3 @@ resource "cloudflare_record" "orngone_git" {
type = "A"
ttl = 1
}
resource "cloudflare_record" "orngone_website" {
zone_id = cloudflare_zone.orngone.id
name = "the"
value = "theorangeone-net.netlify.com"
type = "CNAME"
ttl = 1
}