terraform/lang
Martin Atkins 05caff2ca3 Move tfdiags/ to internal/tfdiags/
This is part of a general effort to move all of Terraform's non-library
package surface under internal in order to reinforce that these are for
internal use within Terraform only.

If you were previously importing packages under this prefix into an
external codebase, you could pin to an earlier release tag as an interim
solution until you've make a plan to achieve the same functionality some
other way.
2021-05-17 14:09:07 -07:00
..
blocktoattr make blocktoattr an hcldec.UnknownBody 2021-04-13 18:42:15 -04:00
funcs Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
testdata/functions-test lang/funcs: Update fileset() function to include path as separate first argument, automatically trim the path argument from results, and ensure results are always canonical with forward slash path separators 2019-08-30 20:19:44 -04:00
data.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
data_test.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
doc.go lang: new package for the runtime parts of the config language 2018-10-16 18:44:26 -07:00
eval.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
eval_test.go lang: Allow "resource." prefix as another way to refer to resources 2021-05-17 11:17:25 -07:00
functions.go lang/funcs: add (console-only) TypeFunction (#28501) 2021-04-23 10:29:50 -04:00
functions_test.go lang/funcs: "one" function 2021-04-12 15:32:03 -07:00
references.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
scope.go lang/funcs: add (console-only) TypeFunction (#28501) 2021-04-23 10:29:50 -04:00