terraform: fix compilation with new func call
This commit is contained in:
parent
1c81aa3471
commit
59a9bcf3dc
|
@ -147,7 +147,7 @@ func stateAddFunc_Resource_Resource(s *State, fromAddr, addr *ResourceAddress, r
|
||||||
}
|
}
|
||||||
|
|
||||||
func stateAddFunc_Instance_Instance(s *State, fromAddr, addr *ResourceAddress, raw interface{}) error {
|
func stateAddFunc_Instance_Instance(s *State, fromAddr, addr *ResourceAddress, raw interface{}) error {
|
||||||
src := raw.(*InstanceState).deepcopy()
|
src := raw.(*InstanceState).DeepCopy()
|
||||||
|
|
||||||
// Create the instance
|
// Create the instance
|
||||||
instanceRaw, _ := stateAddInitAddr(s, addr)
|
instanceRaw, _ := stateAddInitAddr(s, addr)
|
||||||
|
|
Loading…
Reference in New Issue