test fix
ci/woodpecker/push/dns Pipeline was successful
Details
ci/woodpecker/push/dns Pipeline was successful
Details
parent
f0108853dd
commit
b39b74957d
|
@ -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!!!"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue