File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
33FEATURES:
44* Add new optional ` alert_name ` field to resource/sumologic_monitor.
5+ * ** New Resource:** ` sumologic_slo ` ([ GH-362 ] ( https://github.com/SumoLogic/terraform-provider-sumologic/pull/362/files ) )
6+ * ** New Resource:** ` sumologic_slo_folder ` ([ GH-362 ] ( https://github.com/SumoLogic/terraform-provider-sumologic/pull/362/files ) )
7+ * Add support for slo based monitors ([ GH-363 ] ( https://github.com/SumoLogic/terraform-provider-sumologic/pull/363/files ) )
8+
59
610BUG FIXES:
711* Add CRITICAL as a valid value for cse_custom_insight severity field (GH-367 )
Original file line number Diff line number Diff line change @@ -409,15 +409,15 @@ Here is a summary of arguments for each condition type (fields which are not mar
409409 - ` trigger_source ` (Required)
410410#### slo_sli_condition
411411 - ` critical `
412- - ` sli_threshold ` (Required) : The remaining SLI error budget threshold percentage [ 0,100) .
412+ - ` sli_threshold ` (Required) : The remaining SLI error budget threshold percentage [ 0,100).
413413 - ` warning `
414414 - ` sli_threshold ` (Required)
415415
416416#### slo_burn_rate_condition
417417 - ` critical `
418418 - ` time_range ` (Required) : The relative time range for the burn rate percentage evaluation.
419419 - ` burn_rate_threshold ` (Required) : The burn rate percentage threshold.
420- - ` warning `
420+ - ` warning `
421421 - ` time_range ` (Required)
422422 - ` burn_rate_threshold ` (Required)
423423
You can’t perform that action at this time.
0 commit comments