mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
provider/kubernetes: Mark HPA's target_cpu_utilization_percentage as computed
This commit is contained in:
parent
d0d3f37795
commit
7552331f50
@ -72,6 +72,7 @@ func resourceKubernetesHorizontalPodAutoscaler() *schema.Resource {
|
||||
Type: schema.TypeInt,
|
||||
Description: "Target average CPU utilization (represented as a percentage of requested CPU) over all the pods. If not specified the default autoscaling policy will be used.",
|
||||
Optional: true,
|
||||
Computed: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user