terraform/config
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
..
hcl2shim filter nulls when shimming a config 2019-04-02 14:27:31 -04:00
module registry: renaming module-specific registry functions 2018-10-16 18:56:50 -07:00
test-fixtures accessing count directly in an output should is OK 2017-12-06 18:59:53 -05:00
append.go
append_test.go
config.go config: Don't expose go implementation details in Resource.Count 2018-01-19 13:06:00 -08:00
config_string.go
config_terraform.go
config_terraform_test.go
config_test.go config: a nicer error message for invalid provider constraints 2017-12-07 14:28:43 -08:00
config_tree.go
hcl2_shim_util.go config/hcl2shim: make some of the HCL2 shim functions public 2017-10-16 17:54:02 -07:00
hcl2_shim_util_test.go config/hcl2shim: make some of the HCL2 shim functions public 2017-10-16 17:54:02 -07:00
import_tree.go config and command: use errwrap to propagate config load errors 2017-10-06 11:46:07 -07:00
import_tree_test.go config: allow HCL2 experiment opt-in (build-time flag to enable) 2017-10-03 17:47:01 -07:00
interpolate.go config: source code ranges for InterpolatedVariable 2017-10-17 07:20:17 -07:00
interpolate_funcs.go config: new "reverse" interpolation function 2019-03-19 17:32:19 -07:00
interpolate_funcs_test.go config: new "reverse" interpolation function 2019-03-19 17:32:19 -07:00
interpolate_test.go
interpolate_walk.go
interpolate_walk_test.go
lang.go
loader.go config: Don't panic if config directory contains only overrides 2017-10-23 15:46:15 -07:00
loader_hcl.go add "version" and "provider" to module config 2017-10-27 09:08:15 -04:00
loader_hcl2.go hcl2 maps now work 2017-10-27 09:08:15 -04:00
loader_hcl2_test.go config: HCL2 config loader 2017-10-03 17:47:01 -07:00
loader_hcl_test.go
loader_test.go remove raw print statements 2017-11-06 17:10:33 -05:00
merge.go
merge_test.go
providers.go
provisioner_enums.go
raw_config.go config: when copying a HCL2 RawConfig, don't corrupt it 2017-10-16 17:52:23 -07:00
raw_config_test.go grammatical updates to comments and docs (#20195) 2019-03-21 14:05:41 -07:00
resource_mode.go
resource_mode_string.go Update various files for new version of "stringer" 2017-12-11 13:26:29 -08:00
testing.go