Martin Atkins
Martin Atkins
From the Additional Context here it seems like this issue was present in v0.11 too and thus it's probably a bug either in the SDK code itself (not the v0.12...
In this particular case it doesn't seem like there's a strong reason why this `vpc` block needs to be a set... it has `MaxItems: 1` anyway, so it being a...
Ahh indeed, I apparently did (optimistically) misread. In that case, I think the other advice here is probably more relevant: can we design this in a different way so that...
Hi @afallucc! Thanks for reporting this. The behavior you're describing here is implemented in the plugin SDK rather than in Terraform itself, and so I've transferred your issue over to...
I believe the root cause of this odd behavior is that this older SDK predates the concept of `null` in Terraform and so its internals can't differentiate well between an...
Hi @bentinata! Thanks for raising this. It looks like there are three different parts to this feature request: 1. Only show changed properties. 2. Why did changing `change-a` to `change-b`...
A while back when we were prototyping different UI for diffs we included the idea of service interruptions, which is included in this old mock: ![Screenshot of Terraform plan output...
@mitchellh we already have a bunch of code that generates a proprietary string serialization of complex structures for use in the default hashing implementation. For cases where the default hash...
Thanks to @jvoorhis we have a simple repro of this that doesn't require creating any AWS resources: ```hcl data "archive_file" "icollide" { type = "zip" source { content = ""...
Hi all! Sorry for the long silence here. v0.12 includes some work towards a solution here, by switching to a new set implementation that is not subject to hash key...