opentofu/internal/lang
Martin Atkins 9f827f57ae go.mod: Revert cty minor version v1.13 upgrade
We inadvertently incorporated the new minor release of cty into the 1.4
branch, and that's introduced some more refined handling of unknown values
that is too much of a change to introduce in a patch release.

Therefore this reverts back to the previous minor release for the v1.4
series, and then we'll separately get the main branch ready to work
correctly with the new cty before Terraform v1.5.

This reverts just the upgrade and the corresponding test changes from
#32775, while retaining the HCL upgrade and the new test case it
introduced for that bug it was trying to fix. That new test is still
passing so it seems that the cty upgrade is not crucial to that fix.
2023-03-16 11:48:41 -04:00
..
blocktoattr refine the skipFixup heuristic 2021-09-22 16:29:50 -04:00
funcs go.mod: Revert cty minor version v1.13 upgrade 2023-03-16 11:48:41 -04:00
globalref initwd: Switch from earlyconfig to configs 2023-03-06 09:14:28 -05: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 Add support for scoped resources (#32732) 2023-03-10 11:11:10 +01:00
data.go Add support for scoped resources (#32732) 2023-03-10 11:11:10 +01: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 Add support for scoped resources (#32732) 2023-03-10 11:11:10 +01:00
functions_descriptions_test.go Add function descriptions (#32453) 2023-01-16 10:48:31 +00: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 Add function descriptions (#32453) 2023-01-16 10:48:31 +00:00
references.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
scope.go Add support for scoped resources (#32732) 2023-03-10 11:11:10 +01:00