Compare commits

..

2 Commits

Author SHA1 Message Date
Ariadne Conill 7af63c7d11 fixes
ci/woodpecker/push/dns Pipeline was successful Details
2022-06-09 04:19:15 +00:00
Ariadne Conill 62cc903f4c Merge pull request 'add test dns record' (#1) from chore/test into main
ci/woodpecker/push/dns Pipeline failed Details
Reviewed-on: #1
2022-06-09 04:18:22 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -163,5 +163,5 @@ resource "linode_domain_record" "apex_test" {
domain_id = "${linode_domain.treehouse_domain.id}"
name = "test"
record_type = "TXT"
target = "this is a test record!!!"
target = "this is a test record"
}