From b14bc09b1c332f6743a594b0ed42220682bd3705 Mon Sep 17 00:00:00 2001 From: Pat Gavlin Date: Wed, 24 Nov 2021 10:37:08 -0800 Subject: [PATCH] Update a misleading comment. (#8491) --- sdk/go/common/resource/resource_goal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/go/common/resource/resource_goal.go b/sdk/go/common/resource/resource_goal.go index f1eb3b001..a6614ee0d 100644 --- a/sdk/go/common/resource/resource_goal.go +++ b/sdk/go/common/resource/resource_goal.go @@ -32,7 +32,7 @@ type Goal struct { InitErrors []string // errors encountered as we attempted to initialize the resource. PropertyDependencies map[PropertyKey][]URN // the set of dependencies that affect each property. DeleteBeforeReplace *bool // true if this resource should be deleted prior to replacement. - IgnoreChanges []string // a list of property names to ignore during changes. + IgnoreChanges []string // a list of property paths to ignore when diffing. AdditionalSecretOutputs []PropertyKey // outputs that should always be treated as secrets. Aliases []URN // additional URNs that should be aliased to this resource. ID ID // the expected ID of the resource, if any.