Skip to content

Commit

Permalink
Remove validation in nodePoolSchema function for the node_count
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro J. Nuñez Madrazo <alejandrojnm@gmail.com>
  • Loading branch information
alejandrojnm committed Apr 29, 2024
1 parent 0cb12ba commit a4d7534
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion civo/kubernetes/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ func nodePoolSchema(isResource bool) map[string]*schema.Schema {
Type: schema.TypeInt,
Required: true,
Description: "Number of nodes in the nodepool",
ValidateFunc: validation.IntAtLeast(1),
},
"size": {
Type: schema.TypeString,
Expand Down

0 comments on commit a4d7534

Please sign in to comment.