Marcelo Magallon
Marcelo Magallon
> Just the size of the diff and the time it will take to review seems huge. Additionally, this feature is very uncommon in software in general, and is not...
The fact that the error message out of the API talks about a deadlock is unfortunate (we are bubbling the error from the database up the stack). You are right,...
@indygriffiths, we deployed a change in the API, this is not longer happening. Apologies for the trouble.
Is this fixable by adding a depends in the terraform file? I know that when you want to create a private probe, and immediately assign checks to it, you need...
I understand what you mean, but the problem is, I think, on the terraform provider side... Thinking out loud... What's happening is that terraform is instructing the API to remove...
This one doesn't have a fix yet.
Question: what is failing is the actual check when it runs? Not during terraform application? (meaning, the check gets added correctly)
Sorry, it took me some squinting to notice: can you try with "HTTP/2.0"? It's a quirk of the way the underlying code works. I think it's seeing "HTTP/2" in the...
This one looks like something we need to fix in the terraform provider. It seems like it's passing invalid labels to the API.
Right, we recently deployed a new version of the API that addresses this.