Skip to content

Commit 90e1887

Browse files
JoeyzsyChenHanZhang
authored andcommitted
resource/alicloud_cs_kubernetes_node_pool: remove price limit suppress func
1 parent 1fd2943 commit 90e1887

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

alicloud/resource_alicloud_cs_kubernetes_node_pool.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -675,9 +675,8 @@ func resourceAliCloudAckNodepool() *schema.Resource {
675675
Optional: true,
676676
},
677677
"spot_price_limit": {
678-
Type: schema.TypeList,
679-
Optional: true,
680-
DiffSuppressFunc: csNodepoolSpotInstanceSettingDiffSuppressFunc,
678+
Type: schema.TypeList,
679+
Optional: true,
681680
Elem: &schema.Resource{
682681
Schema: map[string]*schema.Schema{
683682
"price_limit": {

0 commit comments

Comments
 (0)