Skip to content

Commit

Permalink
Merge branch 'release/0.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
SkypLabs committed Feb 7, 2020
2 parents 3ff3fa6 + e2dbbac commit 8943fa5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 24 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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 8943fa5

Please sign in to comment.