Greg Oledzki

Results 146 comments of Greg Oledzki

> Have the same issue with referencing a lookup table that was not migrated to TF yet That alone shouldn't cause troubles. `sumologic_content` doesn't care (or even know) what is...

The doc also says: > aggregation - (Optional) Aggregation function applied over each window to arrive at SLI. Valid values are Avg , Sum, Count, Max, Min and p[1-99]. I...

I suspect this might be related to: https://github.com/SumoLogic/terraform-provider-sumologic/issues/328

There's https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/data-sources/caller_identity which I think does what is requested here.

Not fully sure if this is relevant, but the same CI build had tons of following errors before the crash: ``` 17:32:42 │ Error: Request cancelled 17:32:42 │ 17:32:42 │...

After a sequence of these operations, there's no (?) way to undo the damage from the Terraform itself. It looks like one needs to: 1. Delete the field in the...

Creating an all lower-case field works as expected.

Maybe one way to address it is to make the `limit_to_regions` mandatory? Not sure. The error message still should say what was the problem.