Skip to content

Commit

Permalink
Delete TXT records causing a redirection issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SkypLabs committed Feb 7, 2020
1 parent 8d77638 commit 3412646
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions dns-records.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ locals {
"213.186.33.5",
]
},
{
name = ""
type = "TXT"
ttl = 0,
targets = [
"\"1|www.zerowastesgp.fr\"",
]
},
{
name = ""
type = "SPF"
Expand Down Expand Up @@ -115,22 +107,6 @@ locals {
"0 0 465 ssl0.ovh.net.",
]
},
{
name = "www"
type = "TXT"
ttl = 0,
targets = [
"\"3|welcome\"",
]
},
{
name = "www"
type = "TXT"
ttl = 0,
targets = [
"\"l|fr\"",
]
},
{
name = "www"
type = "CNAME"
Expand Down

0 comments on commit 3412646

Please sign in to comment.