File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -257,12 +257,12 @@ const (
257
257
SchemaConfigModeBlock
258
258
)
259
259
260
- // SchemaDiffSuppressFunc is a function which can be used to determine
261
- // whether a detected diff on a schema element is "valid" or not, and
262
- // suppress it from the plan if necessary.
260
+ // SchemaDiffSuppressFunc is a function which can be used to analyze the diff
261
+ // between the value of remote resource and stored state to suppress update of
262
+ // schema element from the plan if necessary.
263
263
//
264
264
// Return true if the diff should be suppressed, false to retain it.
265
- type SchemaDiffSuppressFunc func (k , old , new string , d * ResourceData ) bool
265
+ type SchemaDiffSuppressFunc func (k , remote , state string , d * ResourceData ) bool
266
266
267
267
// SchemaDefaultFunc is a function called to return a default value for
268
268
// a field.
You can’t perform that action at this time.
0 commit comments