Skip to content

Commit 1b27f25

Browse files
committed
Removing deprecation for Partial mode
The key specific partial flagging though is still deprecated. This method may still be renamed in v2.0.0, but the functionality will be retained.
1 parent 72d146e commit 1b27f25

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

helper/schema/resource_data.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,6 @@ func (d *ResourceData) HasChange(key string) bool {
157157
// When partial state mode is enabled, then only key prefixes specified
158158
// by SetPartial will be in the final state. This allows providers to return
159159
// partial states for partially applied resources (when errors occur).
160-
//
161-
// Deprecated: Partial state has very limited benefit given Terraform refreshes
162-
// before operations by default.
163160
func (d *ResourceData) Partial(on bool) {
164161
d.partial = on
165162
if on {

0 commit comments

Comments
 (0)