comment fix

This commit is contained in:
James Bardin 2022-02-03 10:50:39 -05:00
parent a02d7cc96a
commit 4181b6e106
1 changed files with 3 additions and 3 deletions

View File

@ -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