From 3852e1fe96bf874d655c522b31eb3d4d0fecf39b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 15 Sep 2023 22:54:55 +0000 Subject: [PATCH] terraform-docs: automated action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d00cd1f..e2baaba 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ aws iam create-service-linked-role --aws-service-name spot.amazonaws.com | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | [alb\_controller\_version](#input\_alb\_controller\_version) | The chart version of the ALB controller helm chart | `string` | `"1.4.4"` | no | -| [asg\_nodes](#input\_asg\_nodes) | Map of ASG node configurations |
map(object({
instance_type = string
max_instance_lifetime = number
nodes_desired_capacity = number
nodes_max_size = number
nodes_min_size = number
nodes_in_public_subnet = bool
node_disk_size = number
node_enabled_metrics = list(string)
spot_price = string
subnet_ids = list(string)
}))
| n/a | yes | +| [asg\_nodes](#input\_asg\_nodes) | Map of ASG node configurations |
map(object({
instance_type = string
max_instance_lifetime = number
nodes_desired_capacity = number
nodes_max_size = number
nodes_min_size = number
nodes_in_public_subnet = bool
node_disk_size = number
node_enabled_metrics = list(string)
spot_price = string
subnet_ids = list(string)
}))
| `{}` | no | | [aws\_load\_balancer\_controller\_enabled](#input\_aws\_load\_balancer\_controller\_enabled) | Enable ALB controller by default | `bool` | `true` | no | | [aws\_profile](#input\_aws\_profile) | AWS profile to use | `string` | n/a | yes | | [cidr\_block](#input\_cidr\_block) | The CIDR block used by the VPC | `string` | `"10.2.0.0/16"` | no |