terraform/config/hcl2shim
James Bardin f3c80b4765 add zero values to sets with a flatmap count of 1
If a flatmap value has a count of 1 and no other attributes, it usually
indicates the equivalent configuration of an empty (or default value)
set block. Treat this as containing a single zero value object and
insert that into the set.
2019-01-08 16:26:21 -05:00
..
flatmap.go add zero values to sets with a flatmap count of 1 2019-01-08 16:26:21 -05:00
flatmap_test.go add zero values to sets with a flatmap count of 1 2019-01-08 16:26:21 -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 insert empty objects into config from empty blocks 2019-01-08 15:16:46 -05:00
values_test.go insert empty objects into config from empty blocks 2019-01-08 15:16:46 -05:00