terraform/instances
James Bardin 0d58537bf2 Expander.ExpandResource
It turns out that within terraform resource expansion will normally
happen with an absolute address. This is because in order to evaluate
the expansion expression, we need to already have the context within a
module instance.

This leaves the existing ExpandResource logic in place as
ExpandModuleResource since it's working, and in case we do find a
location where it's useful to get a full expansion (which may be needed
for instance dependency tracking)

Reword some of the resource related arguments and comments, as they were
copied from the module methods and not entirely accurate.
2020-03-24 12:12:41 -04:00
..
expander.go Expander.ExpandResource 2020-03-24 12:12:41 -04:00
expander_test.go Expander.ExpandResource 2020-03-24 12:12:41 -04:00
expansion_mode.go instances: A package for module/resource reptition 2020-02-14 15:20:07 -08:00
instance_key_data.go instances: A package for module/resource reptition 2020-02-14 15:20:07 -08:00