diff --git a/api/types/genargs.go b/api/types/genargs.go index ad0e750fd..a80955b36 100644 --- a/api/types/genargs.go +++ b/api/types/genargs.go @@ -34,7 +34,7 @@ func (g *GenArgs) String() string { "}" } -// NeedHashSuffix returns true if a resource +// ShouldAddHashSuffixToName returns true if a resource // content hash should be appended to the name of the resource. func (g *GenArgs) ShouldAddHashSuffixToName() bool { return g.args != nil &&