From 4181b6e106377d15cb59fba710d98f6fcc59ba1e Mon Sep 17 00:00:00 2001 From: James Bardin Date: Thu, 3 Feb 2022 10:50:39 -0500 Subject: [PATCH] comment fix --- .../lang/globalref/analyzer_meta_references_shortcuts.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/lang/globalref/analyzer_meta_references_shortcuts.go b/internal/lang/globalref/analyzer_meta_references_shortcuts.go index acfaa904c..580e99b36 100644 --- a/internal/lang/globalref/analyzer_meta_references_shortcuts.go +++ b/internal/lang/globalref/analyzer_meta_references_shortcuts.go @@ -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