FlexibleEngineCloud / terraform-provider-flexibleengine

Terraform flexibleengine provider
https://www.terraform.io/docs/providers/flexibleengine/
Mozilla Public License 2.0
30 stars 53 forks source link

[CCE] - Enable to create Node Pool with 0 nodes #429

Closed osaluden closed 3 years ago

osaluden commented 3 years ago

Hi there,

Latest Terraform provide in use : 1.17.0 Terraform 0.13.5 binary.

When initial_node_count is set to "0" (int) FE API answers the following: Error: Error creating Flexibleengine Node Pool: Missing input for argument [InitialNodeCount]

Is it a bug or a feature ? :) (I want to create a 0 node node-pool in order to automatically provision node only if the deployment requires new node)

Thank you for your help.

niuzhenguo commented 3 years ago

@osaluden It's a bug, we will fix soon. @Jason-Zhang9309 please have a look at this ^

osaluden commented 3 years ago

Thank you @niuzhenguo !