Skip to content

Commit 6cad682

Browse files
committed
remove the plan modifier
1 parent 8b0ccdd commit 6cad682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/resource_tfe_opa_version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ func (r *OPAVersionResource) Schema(ctx context.Context, req resource.SchemaRequ
116116
},
117117
Computed: true,
118118
Optional: true,
119-
PlanModifiers: []planmodifier.Set{setplanmodifier.UseStateForUnknown()},
119+
// PlanModifiers: []planmodifier.Set{setplanmodifier.UseStateForUnknown()},
120120
},
121121
},
122122
}

0 commit comments

Comments
 (0)