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.
1 parent 56288c6 commit b8e1e20Copy full SHA for b8e1e20
sumologic/resource_sumologic_cse_match_list_test.go
@@ -17,7 +17,7 @@ func TestAccSumologicSCEMatchList_createAndUpdate(t *testing.T) {
17
resourceName := "sumologic_cse_match_list.match_list"
18
19
// Create values
20
- nName := fmt.Sprintf("Terraform Test Match List For Loop %s", uuid.New())
+ nName := fmt.Sprintf("Terraform Test Match List Loop %s", uuid.New())
21
nDefaultTtl := 10800
22
nDescription := "Match List Description"
23
nTargetColumn := "SrcIp"
0 commit comments