James Bardin

Results 345 comments of James Bardin

This was a great one @bendbennett! Martin summarized the situation really well in my PR here: https://github.com/zclconf/go-cty/pull/176#discussion_r1472077260. A bug in the msgpack library, caused by system dependent behavior (this does...

Hi @maxxiefjv, You mention that this is Terraform version v1.7.3 but the stack trace shown is from v1.6.3. There was a similar bug fixed in the latest version, can you...

This is related to #29744, in that they both are missing the sensitive validation, though in different ways. Not sure how `[*]` is skipping the validation exactly, but both issues...

Thanks for filing the issue @heldersepu! I don't think this is actually a problem with `distinct`, something appears to be going wrong with the rendered output. If you format the...

Also checked that the plan has stored the correct `list(number)` value, and can be verified in the `-json` output.

Yes, the update to the crypto/ssh library was merged in #30962, which was released in version v1.2. The only way to update the ssh client code is to use a...

@jaffel-lc, We would need to see the `kms_key` assignment in the module call from within the root module to know for certain what you are doing. I'm assuming however that...

Hi @shaik262, Thanks for filing the issue! I'm not able to replicate the result you are showing here, and seeing a `0` exit code for empty refresh plans. Can you...

Thanks @shaik262. That unfortunately doesn't give me enough to reproduce the behavior. I think what we need is the plan data or Terraform configuration rather than the pipeline configuration. Have...

@alexott, Honestly I don't know right now. The simple change of removing the copy looks suspect, because that method can be called from many locations, not just the update hook....