You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resource/sumologic_monitor: Added support for creating SLO Monitors with multiple burn rates (GH-499)
Add new optional resolution_payload field to connection resource and resolution_payload_override field to notifications section of monitor resource (GH-482)
New Resource: sumologic_local_file_source (GH-477)
BUG FIXES:
Remove thresholdType field under searchSchedule in content resource (GH-483)
DEPRECATIONS:
resource/sumologic_monitor: Deprecated burn_rate_threshold and time_range in favor of burn_rate inside slo_burn_rate_condition block (GH-499)
Suppress diffs for equivalent values of some time attributes. This should reduce output of terraform plan that didn't disappear after running terraform apply. (GH-442)
Add better validation and documentation for some time attributes (GH-443)