terraform/states
James Bardin e9eb8e04cc add AbsOutputAddrs to state outputs
We need all module instance outputs to build the objects for evaluation,
but there is no need to copy all the resource instances along with that.
This allows us to only return the output states, with enough information
to connect them with their module instances.
2020-04-13 16:37:59 -04:00
..
statefile add AbsOutputAddrs to state outputs 2020-04-13 16:37:59 -04:00
statemgr missing wg.Wait in concurrent test 2020-04-08 10:55:20 -04:00
doc.go states: New package with modern models for Terraform state 2018-10-16 18:49:20 -07:00
eachmode_string.go stringer: Regenerate files with latest version 2019-05-13 15:34:27 +01:00
instance_generation.go states: New package with modern models for Terraform state 2018-10-16 18:49:20 -07:00
instance_object.go use addrs.ConfigResource for dependency tracking 2020-03-25 17:03:06 -04:00
instance_object_src.go use addrs.ConfigResource for dependency tracking 2020-03-25 17:03:06 -04:00
module.go add AbsOutputAddrs to state outputs 2020-04-13 16:37:59 -04:00
objectstatus_string.go stringer: Regenerate files with latest version 2019-05-13 15:34:27 +01:00
output_value.go add AbsOutputAddrs to state outputs 2020-04-13 16:37:59 -04:00
resource.go states.Resource needs to record its module too 2020-03-16 11:16:23 -04:00
resource_test.go states: Fix TestResourceInstanceDeposeCurrentObject 2018-10-16 19:14:11 -07:00
state.go internal/getproviders: A new shared model for provider requirements 2020-03-27 09:01:32 -07:00
state_deepcopy.go add AbsOutputAddrs to state outputs 2020-04-13 16:37:59 -04:00
state_equal.go states: New package with modern models for Terraform state 2018-10-16 18:49:20 -07:00
state_string.go states.Resource needs to record its module too 2020-03-16 11:16:23 -04:00
state_test.go add AbsOutputAddrs to state outputs 2020-04-13 16:37:59 -04:00
sync.go states.Resource needs to record its module too 2020-03-16 11:16:23 -04:00