From 51488d1f03b14a01a9e966fe7929465677293723 Mon Sep 17 00:00:00 2001 From: Vedant Pareek Date: Tue, 23 Jul 2024 16:14:45 +0530 Subject: [PATCH 1/2] Removing 7a.large machines as they don't exist in lot of regions --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 1ae96cc..1d56bec 100644 --- a/variables.tf +++ b/variables.tf @@ -261,7 +261,7 @@ variable "initial_node_pool_iam_role_use_name_prefix" { variable "initial_node_pool_instance_types" { description = "Instance types for the initial node pool" type = list(string) - default = ["c7i.large", "c7a.large", "m7i.large", "m7a.large", "r7i.large", "r7a.large", "r6i.large", "r6a.large", "c6i.large", "c6a.large", "m6a.large"] + default = ["c7i.large", "m7i.large", "r7i.large", "r6i.large", "r6a.large", "c6i.large", "c6a.large", "m6a.large"] } variable "initial_node_pool_launch_template_use_name_prefix" { From 71c04e47589d817e4c434f1366e01f72d63adff5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 23 Jul 2024 10:45:30 +0000 Subject: [PATCH 2/2] terraform-docs: automated action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9785e09..8278fab 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ No resources. | [initial\_node\_pool\_iam\_role\_attach\_cni\_policy](#input\_initial\_node\_pool\_iam\_role\_attach\_cni\_policy) | Attach CNI policy to IAM role for the initial node pool | `bool` | `true` | no | | [initial\_node\_pool\_iam\_role\_tags](#input\_initial\_node\_pool\_iam\_role\_tags) | IAM role tags for the initial node pool | `map(string)` | `{}` | no | | [initial\_node\_pool\_iam\_role\_use\_name\_prefix](#input\_initial\_node\_pool\_iam\_role\_use\_name\_prefix) | Use name prefix for IAM role for the initial node pool | `bool` | `true` | no | -| [initial\_node\_pool\_instance\_types](#input\_initial\_node\_pool\_instance\_types) | Instance types for the initial node pool | `list(string)` |
[
"c7i.large",
"c7a.large",
"m7i.large",
"m7a.large",
"r7i.large",
"r7a.large",
"r6i.large",
"r6a.large",
"c6i.large",
"c6a.large",
"m6a.large"
]
| no | +| [initial\_node\_pool\_instance\_types](#input\_initial\_node\_pool\_instance\_types) | Instance types for the initial node pool | `list(string)` |
[
"c7i.large",
"m7i.large",
"r7i.large",
"r6i.large",
"r6a.large",
"c6i.large",
"c6a.large",
"m6a.large"
]
| no | | [initial\_node\_pool\_labels](#input\_initial\_node\_pool\_labels) | Labels for the initial node pool | `map(string)` |
{
"truefoundry.cloud": "initial"
}
| no | | [initial\_node\_pool\_launch\_template\_use\_name\_prefix](#input\_initial\_node\_pool\_launch\_template\_use\_name\_prefix) | Use name prefix for launch template for the initial node pool | `bool` | `true` | no | | [initial\_node\_pool\_max\_size](#input\_initial\_node\_pool\_max\_size) | Maximum size for the initial node pool | `number` | `2` | no |