Skip to content

Commit

Permalink
Revert "list variables that can be used"
Browse files Browse the repository at this point in the history
This reverts commit 5aec100.
  • Loading branch information
Furkhat Kasymov Genii Uulu committed Jun 11, 2024
1 parent 5aec100 commit d49cdb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion castai/resource_node_configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ func resourceNodeConfiguration() *schema.Resource {
"max_pods_per_node_formula": {
Type: schema.TypeString,
Optional: true,
Description: "Formula to calculate the maximum number of pods that can be run on a node. The following list of variables will be bound to a number before evaluating and can be used in the formula: NUM_MAX_NET_INTERFACES, NUM_IPV4_PER_INTERFACE, NUM_IP_PER_PREFIX, NUM_CPU, NUM_RAM_GB",
Description: "Formula to calculate the maximum number of pods that can be run on a node.",
},
"ips_per_prefix": {
Type: schema.TypeInt,
Expand Down

0 comments on commit d49cdb4

Please sign in to comment.