diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c2f30f..feec463 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.2.1 - Feb 7, 2020 + +### Fixes + +* Delete `TXT` records causing a redirection issue + ## v0.2.0 - Feb 7, 2020 ### Changes diff --git a/dns-records.tf b/dns-records.tf index 15ae2b9..ad9d1e3 100644 --- a/dns-records.tf +++ b/dns-records.tf @@ -27,14 +27,6 @@ locals { "213.186.33.5", ] }, - { - name = "" - type = "TXT" - ttl = 0, - targets = [ - "\"1|www.zerowastesgp.fr\"", - ] - }, { name = "" type = "SPF" @@ -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"