Skip to content

Commit

Permalink
Fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeVienne authored and d33d33 committed Dec 15, 2020
1 parent 5e9497a commit b4849e3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ovh/resource_ovh_cloud_kubernetes_node_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,16 @@ func resourceCloudKubernetesNodePool() *schema.Resource {
"desiredNodes": {
Type: schema.TypeInt,
Required: true,
Default: 1,
ForceNew: false,
},
"maxNodes": {
Type: schema.TypeInt,
Required: true,
Default: 1,
ForceNew: false,
},
"minNodes": {
Type: schema.TypeInt,
Required: true,
Default: 1,
ForceNew: false,
},
"monthlyBilled": {
Expand Down

0 comments on commit b4849e3

Please sign in to comment.