James Bardin

Results 218 comments of James Bardin

Hi @austinvalle, Martin summed up what I was going write, but I'll reiterate that everything mentioned about `set` also applies to `list` and `map` like you have in the examples....

I wanted to take a few minutes to walk through this and find out where the type declaration comes from. Turns out that within the design of the `hcldec.Spec` it...

**1.** - Those all are places where the result appears to be consistent, so should be OK **2.** - Yes, avoiding this in blocks entirely will hide the fact that...

Yes, this does appear to be working as designed, so there's not much we can do regarding the existing behavior. Going to close this.

Hi @FernandoMiguel, Thanks for filing the issue. Unfortunately the Terraform project does not have absolute control over the packaging and licensing requirements for distribution. The release archives often contain multiple...

Thanks @dak1n1, this is a good set of example use cases to go by. I think we have a couple different issues here if I understand correctly. Not being able...

Thanks @bflad! Do you have any examples of non-legacy providers with issues? The protocol shims were not sufficient to hide the legacy SDK behavior entirely, so IIRC there are some...

Thanks, that makes sense now why it was not reported as an error during the plan. The existing plan renderer already needs some extensive work, so we can probably plan...

For reference, the new renderer inherited the old behavior which is now implemented [here](https://github.com/hashicorp/terraform/blob/e5051c09c1b1fc581393eab464dce8c56c06969a/internal/command/jsonformat/differ/block.go#L37-L44).