File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,8 +121,8 @@ type resourceInterface interface {
121121// DeleteOnCreateTimeoutInvalidUpdate returns an error if the `delete_on_create_timeout` attribute has been updated to true/false
122122// This use case differs slightly from the behavior of TPF customplanmodifier.CreateOnlyBoolWithDefault:
123123// - from a given value (true/false) --> `null`.
124- // This TPF implementation keeps the state value (UseStateForUnknown behavior).
125- // This will set the state value to null (Optional-only attribute).
124+ // While the TPF implementation keeps the state value (UseStateForUnknown behavior),
125+ // The SDKv2 implementation will set the state value to null (Optional-only attribute).
126126func DeleteOnCreateTimeoutInvalidUpdate (resource resourceInterface ) string {
127127 if ! resource .HasChange ("delete_on_create_timeout" ) {
128128 return ""
You can’t perform that action at this time.
0 commit comments