Skip to content

Commit

Permalink
Update resource_splunk_configs_conf_test.go to test special character…
Browse files Browse the repository at this point in the history
… test cases
  • Loading branch information
hisume authored Dec 3, 2024
1 parent 8d5d710 commit e7b8c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions splunk/resource_splunk_configs_conf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit e7b8c70

Please sign in to comment.