opentofu/internal/lang
Martin Atkins 8253821e56 go get github.com/zclconf/go-cty-yaml@v1.0.3
This includes the fix for a bug in what Terraform calls the "yamldecode"
function, where it was not correctly handling any situation where the
decode result is a null value. It was previously returning an unknown
value in that case, whereas now it returns a null value as expected.
2022-11-29 17:45:45 -08:00
..
blocktoattr refine the skipFixup heuristic 2021-09-22 16:29:50 -04:00
funcs lang/funcs: "timecmp" function 2022-08-25 10:15:42 -07:00
globalref track contributing instances 2022-03-17 09:35:36 -04:00
marks Fix problems caught by staticcheck v0.3.0 2022-04-04 08:12:44 -07:00
testdata/functions-test Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
types lang: Further limit the console-only type function 2022-02-10 06:12:58 -05:00
data_test.go addrs: Rename AbsModuleCallOutput to ModuleCallInstanceOutput 2021-07-01 08:28:02 -07:00
data.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
doc.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
eval_test.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
eval.go don't lose warnings from static validation 2022-08-09 16:15:56 -04:00
functions_test.go go get github.com/zclconf/go-cty-yaml@v1.0.3 2022-11-29 17:45:45 -08:00
functions.go lang/funcs: "timecmp" function 2022-08-25 10:15:42 -07:00
references.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
scope.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00