Remove the.-rng.one
Turns out it only redirects if I set it up to, which is annoying
This commit is contained in:
parent
f3c4c75d2c
commit
5564709544
1 changed files with 0 additions and 8 deletions
|
@ -9,11 +9,3 @@ resource "cloudflare_record" "orngone_git" {
|
||||||
type = "A"
|
type = "A"
|
||||||
ttl = 1
|
ttl = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "cloudflare_record" "orngone_website" {
|
|
||||||
zone_id = cloudflare_zone.orngone.id
|
|
||||||
name = "the"
|
|
||||||
value = "theorangeone-net.netlify.com"
|
|
||||||
type = "CNAME"
|
|
||||||
ttl = 1
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue