From b39b74957d3e767e015751db10780cc3bba64a71 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Thu, 9 Jun 2022 04:20:31 +0000 Subject: [PATCH] test fix --- dns/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/main.tf b/dns/main.tf index 17da10f..0112373 100644 --- a/dns/main.tf +++ b/dns/main.tf @@ -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!!!" }