From 3412646a471506ae2ad05e4b20d06f2beed82b2d Mon Sep 17 00:00:00 2001 From: Paul-Emmanuel Raoul Date: Fri, 7 Feb 2020 03:07:57 +0000 Subject: [PATCH 1/2] Delete TXT records causing a redirection issue --- dns-records.tf | 24 ------------------------ 1 file changed, 24 deletions(-) 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" From e2dbbac158e3a994747cc8a75dfd4f66c1d97ddf Mon Sep 17 00:00:00 2001 From: Paul-Emmanuel Raoul Date: Fri, 7 Feb 2020 03:12:36 +0000 Subject: [PATCH 2/2] Add 0.2.1 to changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) 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