terraform/config/hcl2shim
James Bardin 6fee1f24ab don't add duplicate unknowns to a set
The flatmap shim was lazily adding duplicate items and letting cty.Set
clear them out, but if those duplicates contains unknown values they
can't be checked for equality and will end up remaining in the set.
2018-11-13 18:41:53 -05:00
..
flatmap.go don't add duplicate unknowns to a set 2018-11-13 18:41:53 -05:00
flatmap_test.go don't add duplicate unknowns to a set 2018-11-13 18:41:53 -05:00
paths.go trim index steps from RequiresNew paths 2018-10-31 13:40:01 -04:00
paths_test.go trim index steps from RequiresNew paths 2018-10-31 13:40:01 -04:00
single_attr_body.go config/hcl2shim: make some of the HCL2 shim functions public 2017-10-16 17:54:02 -07:00
values.go config/hcl2shim: ConfigValueFromHCL2Block function 2018-10-16 19:14:54 -07:00
values_test.go config/hcl2shim: ConfigValueFromHCL2Block function 2018-10-16 19:14:54 -07:00