terraform/config/hcl2shim
Martin Atkins 93630cf95f config/hcl2shim: ConfigValueFromHCL2Block function
This is a more specialized version of ConfigValueFromHCL2 which is
specifically for config values that represent the content of a block
body in the configuration.

By using the schema of that block we can more precisely emulate the old
HCL1/HIL behaviors by distinguishing attributes from blocks and applying
some slightly different behaviors for the handling of null values and
of empty collections that are representing the absense of blocks of a
particular type.
2018-10-16 19:14:54 -07:00
..
flatmap.go unknown collections in a flatmap 2018-10-16 19:14:11 -07:00
flatmap_test.go add a nested map test to hcl2shim 2018-10-16 19:14:11 -07:00
paths.go update the new RequiresReplace function 2018-10-16 18:53:51 -07:00
paths_test.go update the new RequiresReplace function 2018-10-16 18:53:51 -07: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