James Bardin

Results 416 comments of James Bardin

@Lalithchengala, The fact that Terraform continued after execution indicates that the remote system reported that the script executed successfully. Can you debug the script on the remote system to verify...

Hi @IppX, Thanks for filing the issue. Aside from the inability to assign the override data, it seems the DataDog data resource is technically implemented incorrectly and is slipping past...

Thanks @FWest98, This type of "cycle" has come up a lot recently, I think because `replace_triggered_by` is so close to solving these types of problems, but can't look back to...

(continuing the last comment, which I cut short to read the concurrent replies 😉) There's a few options that I've looked into here - Back-propagating the information through the graph,...

Hi @colllijo, Thanks for filing the issue. I don't recall seeing where Terraform would implicitly convert `_` to `-`, so I don't think the behavior you are expecting here was...

Hi @drewtul, The issue here is that we must iterate through all elements, because the plan may contain partially unknown values to be correlated. The following test case adapted from...

I think the point is that different lengths are also valid, because multiple unknown values can end up being coalesced into fewer values once they are known. The example I...

Thanks @drewtul, I see now what you're getting at. You are correct that the goals are slightly different here. While `ValuesSDKEquivalent` originated form the same code as the core function,...

Yeah, that resource has caused a number of problems with its, shall we say, "exceptional" schema ;) Also even if this is improved in the SDK, core still performs the...

I think this is probably coming from before `generated.tf` can actually be written since the plan could not complete. Maybe we can find a way to hook in there and...