jamesforwardnwboxed

Results 9 comments of jamesforwardnwboxed

Reopening as after testing it does indeed seem to be an issue with the Terraform provider. When destroying the old one & creating a new conditional trigger, the updates work...

A workaround for this has to introduce a `null_resource` and use it as a replacement trigger like this: ``` resource "null_resource" "retrigger_auto_trigger_services" { triggers = { service_names = join(",", sort(local.services_to_trigger))...

Just on this, have you tried changing that line to: ` services = sort([pagerduty_service.service_1.id, pagerduty_service.service_2.id, pagerduty_service.service_3.id])`? That seems to avoid the list not being reordered randomly at the very least.

This would be a great thing to have, @duemir @PierreBtz would you have an opportunity to get this reviewed soon? 🙌

> Without more information it's going to be difficult, if not impossible to diagnose anything. We don't expect proprietary code to be submitted, but taking some time to create a...

> for my case whenever request coming through another nginx having header X-Forwarded-Prefix then its try to find the predict with prefix and uri. witch is causing 404. I am...

Hi @graemerocher , I was wondering if it would be possible to get this merged in at some point? not sure who else to ping to get a review

> [@micuintus](https://github.com/micuintus) you can do this already: > > ``` > { > "$schema": "https://opencode.ai/config.json", > "formatter": false, > } > ``` I've tried this, and I get: ``` opencode...