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