We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d11d87 + 2c8ddb8 commit 645d13bCopy full SHA for 645d13b
sumologic/resource_sumologic_cse_first_seen_rule_test.go
@@ -7,6 +7,7 @@ import (
7
"testing"
8
"text/template"
9
10
+ "github.com/hashicorp/terraform-plugin-sdk/v2/helper/acctest"
11
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
12
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
13
"github.com/stretchr/testify/assert"
@@ -27,7 +28,7 @@ func TestAccSumologicCSEFirstSeenRule_createAndUpdate(t *testing.T) {
27
28
FilterExpression: `objectType="Network"`,
29
GroupByFields: []string{"user_username"},
30
IsPrototype: false,
- Name: "FirstSeenRuleTerraformTest",
31
+ Name: acctest.RandomWithPrefix("FirstSeenRuleTerraformTest"),
32
NameExpression: "FirstSeenRuleTerraformTest - {{ user_username }}",
33
RetentionWindowSize: "86400000",
34
Severity: 1,
0 commit comments