opentofu/config/hcl2shim
James Bardin 97bde5467c filter nulls when shimming a config
Nulls can't exist in HCL, and the legacy sdk will panic when
encountering them. The map shim already did this, just copy the same
pattern in the list case.
2019-04-02 14:27:31 -04:00
..
flatmap_test.go add zero values to sets with a flatmap count of 1 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
paths_test.go add (forces new resource) to provider test diffs 2019-03-22 15:30:51 -04:00
paths.go add (forces new resource) to provider test diffs 2019-03-22 15:30:51 -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_equiv_test.go config/hcl2shim: ValuesSDKEquivalent float64 comparison of numbers 2019-01-22 18:45:21 -08:00
values_equiv.go config/hcl2shim: ValuesSDKEquivalent float64 comparison of numbers 2019-01-22 18:45:21 -08:00
values_test.go filter nulls when shimming a config 2019-04-02 14:27:31 -04:00
values.go filter nulls when shimming a config 2019-04-02 14:27:31 -04:00