terraform-provider-sumologic
terraform-provider-sumologic copied to clipboard
Terraform provider for Sumo Logic
On https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/partition says "Provides a [Sumologic Partition](https://help.sumologic.com/docs/manage/partitions-data-tiers/)." I think the reference should go to: https://help.sumologic.com/docs/manage/partitions/data-tiers/
Based on the latest docs: https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/lookup_table It seems that there is a way of creating and defining the schema for a look up table. However, there does not seem to...
Hi, I noticed that it is possible to create a new lookup definition but is there a way to specify the contents of the lookup table (e.g. via CSV) through...
`go mod tidy` gave some version-mismatch errors and suggested running `go mod tidy -go=1.16 && go mod tidy -go=1.17` Did that, got this.
Updated 5 libraries. See https://github.com/SumoLogic/terraform-provider-sumologic/issues/602 ``` github.com/hashicorp/go-getter 1.7.0 golang.org/x/crypto 0.17.0 golang.org/x/net 0.17.0 golang.org/x/text 0.3.8 google.golang.org/grpc 1.58.3 ```
Steps to reproduce: * create a collector via UI or API with `/` in the name, e.g. `env/collector` * Setup terraform for import ``` # main.tf resource "sumologic_collector" "collector" {...
Currently there are 12 high and medium level vulnerabilities found in sumologic provider. This is a security concern and should be addressed with priority. | CVEs | | ------ |...
Documentation for log-search's schedule shows that `cron_expression` is an optional field; and that schedule type takes precedence if provided. https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/log_search#cron_expression However if I create a scheduled search with a type...
There are numerous constraints on what is a valid `sumologic_monitor` configuration. Some of these constraints seem to be enforced only by the Sumo Logic product (API backend) vs. Terraform provider....
Added bug fixes in 2.28.2 unreleased for GH-610. Updated logging in response with key to Status from StatusCode because we were logging the value of Status but in print message...