terraform/config
Martin Atkins 995042666a config/hcl2shim: ValuesSDKEquivalent float64 comparison of numbers
The SDK uses only the native int and float64 types internally for values
that are specified as being "number" in schema, so for SDK purposes only
a float64 level of precision is significant.

To avoid any weirdness introduced as we shim and un-shim numbers, we'll
reduce floating point numbers to float64 precision before comparing them
to try to mimic the result the SDK itself would've gotten from comparing
its own float64 versions of these values using the Go "==" operator.
2019-01-22 18:45:21 -08:00
..
hcl2shim config/hcl2shim: ValuesSDKEquivalent float64 comparison of numbers 2019-01-22 18:45:21 -08:00
module registry: renaming module-specific registry functions 2018-10-16 18:56:50 -07:00
test-fixtures
append.go
append_test.go
config.go
config_string.go
config_terraform.go
config_terraform_test.go
config_test.go
config_tree.go
hcl2_shim_util.go
hcl2_shim_util_test.go
import_tree.go
import_tree_test.go
interpolate.go
interpolate_funcs.go config: Remove "setproduct" function, which is now in lang/funcs 2019-01-16 09:57:16 -08:00
interpolate_funcs_test.go config: Remove "setproduct" function, which is now in lang/funcs 2019-01-16 09:57:16 -08:00
interpolate_test.go
interpolate_walk.go
interpolate_walk_test.go
lang.go
loader.go
loader_hcl.go
loader_hcl2.go
loader_hcl2_test.go
loader_hcl_test.go
loader_test.go
merge.go
merge_test.go
providers.go
provisioner_enums.go
raw_config.go
raw_config_test.go
resource_mode.go
resource_mode_string.go
testing.go