provider/kubernetes: Mark HPA's target_cpu_utilization_percentage as computed

This commit is contained in:
Radek Simko 2017-06-02 14:17:30 +01:00
parent d0d3f37795
commit 7552331f50
No known key found for this signature in database
GPG Key ID: 6823F3DCCE01BB19

View File

@ -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,
},
},
},