From e7b8c70952d7c96bb5e691f6857df7899fb04fde Mon Sep 17 00:00:00 2001 From: Roger Date: Tue, 3 Dec 2024 10:00:46 -0500 Subject: [PATCH] Update resource_splunk_configs_conf_test.go to test special character test cases --- splunk/resource_splunk_configs_conf_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/splunk/resource_splunk_configs_conf_test.go b/splunk/resource_splunk_configs_conf_test.go index 09846842..e4c97b42 100644 --- a/splunk/resource_splunk_configs_conf_test.go +++ b/splunk/resource_splunk_configs_conf_test.go @@ -10,7 +10,7 @@ import ( const newConfigsConf = ` resource "splunk_configs_conf" "tftest-stanza" { - name = "tf_test/tftest_stanza" + name = "tf_test/sqs://tftest_stanza" variables = { "disabled": "false" "key": "value" @@ -20,7 +20,7 @@ resource "splunk_configs_conf" "tftest-stanza" { const updateConfigsConf = ` resource "splunk_configs_conf" "tftest-stanza" { - name = "tf_test/tftest_stanza" + name = "tf_test/sqs://tftest_stanza" variables = { "disabled": "false" "key": "new-value"