terraform/internal/lang
Martin Atkins ab350289ab addrs: Rename AbsModuleCallOutput to ModuleCallInstanceOutput
The previous name didn't fit with the naming scheme for addrs types:
The "Abs" prefix typically means that it's an addrs.ModuleInstance
combined with whatever type name appears after "Abs", but this is instead
a ModuleCallOutput combined with an InstanceKey, albeit structured the
other way around for convenience, and so the expected name for this would
be the suffix "Instance".

We don't have an "Abs" type corresponding with this one because it would
represent no additional information than AbsOutputValue.
2021-07-01 08:28:02 -07:00
..
blocktoattr fixupBody missing MissingItemRange 2021-06-18 09:05:56 -04:00
funcs add marks.Raw 2021-06-25 14:27:43 -04:00
marks add marks.Raw 2021-06-25 14:27:43 -04:00
testdata/functions-test Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
data.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
data_test.go addrs: Rename AbsModuleCallOutput to ModuleCallInstanceOutput 2021-07-01 08:28:02 -07:00
doc.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
eval.go addrs: Rename AbsModuleCallOutput to ModuleCallInstanceOutput 2021-07-01 08:28:02 -07:00
eval_test.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
functions.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
functions_test.go update to use typed sensitive marks 2021-06-25 12:49:07 -04: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