Skip to content

Commit acb302b

Browse files
author
Pedro Montiel
committed
INVS-1700: change log
1 parent 9448ca7 commit acb302b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ ENHANCEMENTS:
99
DEPRECATIONS:
1010
* resource/sumologic_cse_inventory_entity_group_configuration: Deprecated `groups` in favor of `inventory_key`, `inventory_value`. (GH-495)
1111

12+
BUG FIXES:
13+
* Fixes `resource_sumologic_cse_match_list` Unable to add new items to match list (GH-579)
14+
1215
## 2.26.0 (September 7, 2023)
1316
FEATURES:
1417
* **New Resource:** sumologic_muting_schedule (GH-569)

sumologic/resource_sumologic_cse_match_list_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func TestAccSumologicSCEMatchList_createAndUpdate(t *testing.T) {
2424
liDescription := "Match List Item Description"
2525
liExpiration := "2122-02-27T04:00:00"
2626
liValue := "value"
27-
liCount := 3
27+
liCount := 1
2828

2929
// Update values
3030
uDefaultTtl := 3600

0 commit comments

Comments
 (0)