diff --git a/internal/provider/workload_rule.go b/internal/provider/workload_rule.go index 4819f78..80263b6 100644 --- a/internal/provider/workload_rule.go +++ b/internal/provider/workload_rule.go @@ -461,10 +461,12 @@ func (r *WorkloadRuleResource) Schema(ctx context.Context, req resource.SchemaRe "oom_max_reactions": schema.Int32Attribute{ Description: "Maximum number of OOM reactions before giving up", Optional: true, + Computed: true, }, "oom_cooldown_seconds": schema.Int32Attribute{ Description: "Seconds to wait between OOM reactions", Optional: true, + Computed: true, }, "cpu_throttling_enabled": schema.BoolAttribute{ Description: "React to CPU throttling by increasing CPU request",