Compare commits
2 Commits
7af63c7d11
...
b39b74957d
Author | SHA1 | Date |
---|---|---|
Ariadne Conill | b39b74957d | |
Ariadne Conill | f0108853dd |
|
@ -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