mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-04 13:17:43 -06:00
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)
|
||||
}
|
||||
|
||||
// ReferencesFromResource returns all of the direct references from the
|
||||
// definition of the resource instance at the given address. It doesn't
|
||||
// include any indirect references.
|
||||
// ReferencesFromResourceInstance returns all of the direct references from the
|
||||
// definition of the resource instance at the given address. It doesn't include
|
||||
// any indirect references.
|
||||
//
|
||||
// The result doesn't directly include references from a "count" or "for_each"
|
||||
// expression belonging to the associated resource, but it will include any
|
||||
|
Loading…
Reference in New Issue
Block a user