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

For flex tier, non-lowercase string was causing issue in setting the `isIncludedInDefaultSearch` . Fixed that now. Also added a diff suppress function for analytics tier to prevent diffs due to...

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.35.0 to 0.36.0. Commits 85d1d54 go.mod: update golang.org/x dependencies cde1dda proxy, http/httpproxy: do not mismatch IPv6 zone ids against hosts fe7f039 publicsuffix: spruce up code gen and...

dependencies
go

Please add a resource for sumo customers to manage their custom parsers.

ticketed

The orgId is required for a few different functions, but there is no way to call the current orgID. This is problematic for users with many orgs like MSSPs. sumologic_caller_identity...

ticketed

Using the MetricsSearch resource type does not work. After running, it creates what looks like a folder object in the UI, and clicking on that results in the following error:...

ticketed

The [official provider documentation](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs) provides an example provider config using parameter `admin_mode = true`, but `admin_mode` is not listed as an available argument for the provider block. There is some...

ticketed

When using the sumologic_dashboard resource, I consistently get the following error: Error: {"id":"2N2RK-5APHR-83M6U","errors":[{"code":"topologylinking:internal_error","message":"There was an error updating topology labels for content 95555420: null"}]} The dashboard creates successfully and how I...

ticketed
dashboard

Hello, I am moving existing dashboards and queries into SumoLogic Library (not a personal folder). For folder it works ok like this ``` resource "sumologic_dashboard" "main" { folder_id = "00000000052FB492"...

## Problem The variable [reduce_retention_period_immediately](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/partition#reduce_retention_period_immediately-1) is optional however it doesn't seem to track the changes in state. If I reduce the retention period of a partition in terraform from say...

ticketed