Brian Graham
Brian Graham
### Terraform Version ``` Terraform v1.6.4 on darwin_amd64 + provider registry.terraform.io/datadog/datadog v3.32.0 + provider registry.terraform.io/hashicorp/archive v2.4.0 + provider registry.terraform.io/hashicorp/aws v5.25.0 + provider registry.terraform.io/hashicorp/null v3.2.1 + provider registry.terraform.io/hashicorp/tfe v0.50.0 + provider...
I'm using ui-sortable in a web app that can contain a very large number of elements to sort. I've noticed that initial load can be extremely long, especially in Firefox...
The Sumo Logic provider appears to not utilize any sort of retry logic when creating a sumologic_kinesis_log_source, or at least none that appropriately handles the eventual consistency issue with IAM...
I changed a user from ```hcl resource "sumologic_user" "jdoe" { first_name = "John" last_name = "Doe" email = "[email protected]" transfer_to = "" role_ids = [sumologic_role.example-production.id] is_active = true } ```...
**Describe the bug** When attempting to run `terraform plan` in a workspace that manages some `statuscake_uptime_check` resources, we will intermittently get failures that cause the plan to hard error. However,...
### Bug description 🐞 When multiple jobs are created simultaneously, only one is executed at a time instead of concurrently. The logs on the API container included this: ``` 2025-01-10T19:48:35.444Z...
### Bug description 🐞 The provisions count for a module's listing in the Registry is counting page views.  This module has never been...