Skip to content

Commit 6db813c

Browse files
committed
fix
1 parent f721e70 commit 6db813c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

internal/provider/workload_rule.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,10 +461,12 @@ func (r *WorkloadRuleResource) Schema(ctx context.Context, req resource.SchemaRe
461461
"oom_max_reactions": schema.Int32Attribute{
462462
Description: "Maximum number of OOM reactions before giving up",
463463
Optional: true,
464+
Computed: true,
464465
},
465466
"oom_cooldown_seconds": schema.Int32Attribute{
466467
Description: "Seconds to wait between OOM reactions",
467468
Optional: true,
469+
Computed: true,
468470
},
469471
"cpu_throttling_enabled": schema.BoolAttribute{
470472
Description: "React to CPU throttling by increasing CPU request",

0 commit comments

Comments
 (0)