terraform/config
Martin Atkins ce68b4d27c config: Remove legacy interpolation function implementations
These are often confusing for new contributors, since this looks
suspiciously like the right place to add new functions or change the
behavior of existing ones.

To reduce that confusion, here we remove them entirely from this package
(which is now dead code in Terraform 0.12 anyway) and include in the
documentation comments a pointer to the current function implementations.
2019-10-29 08:25:45 -07:00
..
testdata Standardise directory name for test data 2019-06-30 10:16:15 +02:00
append.go
append_test.go
config.go vendor: switch to HCL 2.0 in the HCL repository 2019-10-02 15:10:21 -07:00
config_string.go
config_terraform.go
config_terraform_test.go
config_test.go config: Remove legacy interpolation function implementations 2019-10-29 08:25:45 -07:00
config_tree.go
import_tree.go
import_tree_test.go Standardise directory name for test data 2019-06-30 10:16:15 +02:00
interpolate.go
interpolate_funcs.go config: Remove legacy interpolation function implementations 2019-10-29 08:25:45 -07:00
interpolate_test.go
interpolate_walk.go move hcl2shim package to configs 2019-08-06 19:58:58 -04:00
interpolate_walk_test.go move hcl2shim package to configs 2019-08-06 19:58:58 -04:00
lang.go
loader.go move IsEmptyDir to configs package 2019-07-18 13:07:10 -04:00
loader_hcl.go
loader_hcl2.go vendor: switch to HCL 2.0 in the HCL repository 2019-10-02 15:10:21 -07:00
loader_hcl2_test.go vendor: switch to HCL 2.0 in the HCL repository 2019-10-02 15:10:21 -07:00
loader_hcl_test.go
loader_test.go move IsEmptyDir to configs package 2019-07-18 13:07:10 -04:00
merge.go
merge_test.go
providers.go prune ResourceProviderFullName and its callers 2019-07-18 15:24:34 -04:00
provisioner_enums.go
raw_config.go config: Remove legacy interpolation function implementations 2019-10-29 08:25:45 -07:00
raw_config_test.go vendor: switch to HCL 2.0 in the HCL repository 2019-10-02 15:10:21 -07:00
resource_mode.go Version tools per Go convention under tools.go 2019-10-17 22:23:39 +02:00
resource_mode_string.go stringer: Regenerate files with latest version 2019-05-13 15:34:27 +01:00
testing.go