test fix
ci/woodpecker/push/dns Pipeline was successful Details

chore/delete-test
Ariadne Conill 2022-06-09 04:20:31 +00:00
parent f0108853dd
commit b39b74957d
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!!!"
}