comment fix
This commit is contained in:
parent
a02d7cc96a
commit
4181b6e106
|
@ -23,9 +23,9 @@ func (a *Analyzer) ReferencesFromOutputValue(addr addrs.AbsOutputValue) []Refere
|
||||||
return absoluteRefs(addr.Module, refs)
|
return absoluteRefs(addr.Module, refs)
|
||||||
}
|
}
|
||||||
|
|
||||||
// ReferencesFromResource returns all of the direct references from the
|
// ReferencesFromResourceInstance returns all of the direct references from the
|
||||||
// definition of the resource instance at the given address. It doesn't
|
// definition of the resource instance at the given address. It doesn't include
|
||||||
// include any indirect references.
|
// any indirect references.
|
||||||
//
|
//
|
||||||
// The result doesn't directly include references from a "count" or "for_each"
|
// The result doesn't directly include references from a "count" or "for_each"
|
||||||
// expression belonging to the associated resource, but it will include any
|
// expression belonging to the associated resource, but it will include any
|
||||||
|
|
Loading…
Reference in New Issue