Compare commits

..

2 Commits

Author SHA1 Message Date
Ariadne Conill b39b74957d test fix
ci/woodpecker/push/dns Pipeline was successful Details
2022-06-09 04:20:31 +00:00
Ariadne Conill f0108853dd fixes 2022-06-09 04:20:07 +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}" domain_id = "${linode_domain.treehouse_domain.id}"
name = "test" name = "test"
record_type = "TXT" record_type = "TXT"
target = "this is a test record" target = "this is a test record!!!"
} }