From 4e2bc1aafef25b455a0944df96765633bfac8f92 Mon Sep 17 00:00:00 2001 From: Rupam-It Date: Wed, 10 Jun 2026 22:01:09 +0530 Subject: [PATCH] fix --- internal/provider/workload_rule.go | 2 ++ 1 file changed, 2 insertions(+) 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",