terraform-provider-sumologic icon indicating copy to clipboard operation
terraform-provider-sumologic copied to clipboard

Terraform provider for Sumo Logic

Results 140 terraform-provider-sumologic issues
Sort by recently updated
recently updated
newest added

### Terraform Version ``` % terraform --version Terraform v1.9.2 on darwin_arm64 + provider registry.terraform.io/sumologic/sumologic v2.31.5 ``` ### Affected Resource(s) `sumologic_data_forwarding_rule` ### Terraform Configuration Files ``` import { to = sumologic_data_forwarding_rule.test_rule...

ticketed

There is no documentation for structuring the value of a KEYWORD style query parameter in a log search. Is there any guidance on how to add key/value pairs of ```...

ticketed

this is not configured is_included_in_default_search based on the doc, its optional but when plan it, it keeps drifting our analytic_tier is frequent terraform sumo version is 2.32.3, i believe its...

ticketed

My team is considering managing our SumoLogic enviornment using Terraform and I noticed this issue when importing some existing resources. Steps to recreate: 1. terraform import an existing log search...

ticketed

https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/monitor doesn't seem to mention that only selected values for `time_range` are allowed. If you try to use: `-25h` you might get: ``` 10:49:44 Error: {"id":"XV623-9VCYR-Q3NNU","errors":[{"code":"monitors:unsupported_trigger_time_range","message":"Unsupported trigger time range.","detail":"Unsupported trigger...

bug
documentation
alerting

When attempting to update `field_name` or `field_type` of existing Sumologic lookup table created with terraform via resource `sumologic_lookup_table`, either: 1. The existing sumologic lookup table must ideally be destroyed and...

### Description Fix: Add omitempty tag to ViewFilter Problem: Creating Sumo Logic roles with selection_type = "Deny" fails with "view_filter_should_be_null" error when view_filter is not specified. Cause: Unset view_filter fields...

## Terraform & Provider Version ``` $> terraform version Terraform v1.12.2 on darwin_arm64 + provider registry.terraform.io/hashicorp/external v2.3.5 + provider registry.terraform.io/sumologic/sumologic v3.1.6 Your version of Terraform is out of date! The...

ticketed

The expected behavior would be that renaming a scheduled search in Terraform would that the existing resource gets renamed in the UI. The observed behavior is that a new scheduled...

ticketed

Duplicates https://github.com/SumoLogic/terraform-provider-sumologic/pull/793 for running Acceptance Tests