terraform/internal/command/jsonconfig
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
..
config.go Refactoring of module source addresses and module installation 2021-06-03 08:50:34 -07:00
doc.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
expression.go addrs: Rename AbsModuleCallOutput to ModuleCallInstanceOutput 2021-07-01 08:28:02 -07:00
expression_test.go jsonconfig: properly unwind and enumerate references (#28884) 2021-06-14 09:22:22 -04:00