Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiyerra committed Sep 15, 2023
2 parents 25cc445 + 3852e1f commit 531564e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ aws iam create-service-linked-role --aws-service-name spot.amazonaws.com
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_alb_controller_version"></a> [alb\_controller\_version](#input\_alb\_controller\_version) | The chart version of the ALB controller helm chart | `string` | `"1.4.4"` | no |
| <a name="input_asg_nodes"></a> [asg\_nodes](#input\_asg\_nodes) | Map of ASG node configurations | <pre>map(object({<br> instance_type = string<br> max_instance_lifetime = number<br> nodes_desired_capacity = number<br> nodes_max_size = number<br> nodes_min_size = number<br> nodes_in_public_subnet = bool<br> node_disk_size = number<br> node_enabled_metrics = list(string)<br> spot_price = string<br> subnet_ids = list(string)<br> }))</pre> | n/a | yes |
| <a name="input_asg_nodes"></a> [asg\_nodes](#input\_asg\_nodes) | Map of ASG node configurations | <pre>map(object({<br> instance_type = string<br> max_instance_lifetime = number<br> nodes_desired_capacity = number<br> nodes_max_size = number<br> nodes_min_size = number<br> nodes_in_public_subnet = bool<br> node_disk_size = number<br> node_enabled_metrics = list(string)<br> spot_price = string<br> subnet_ids = list(string)<br> }))</pre> | `{}` | no |
| <a name="input_aws_load_balancer_controller_enabled"></a> [aws\_load\_balancer\_controller\_enabled](#input\_aws\_load\_balancer\_controller\_enabled) | Enable ALB controller by default | `bool` | `true` | no |
| <a name="input_aws_profile"></a> [aws\_profile](#input\_aws\_profile) | AWS profile to use | `string` | n/a | yes |
| <a name="input_cidr_block"></a> [cidr\_block](#input\_cidr\_block) | The CIDR block used by the VPC | `string` | `"10.2.0.0/16"` | no |
Expand Down

0 comments on commit 531564e

Please sign in to comment.