You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eks/terraform/modules/broker-node-group/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ No modules.
41
41
| <aname="input_node_group_taints"></a> [node\_group\_taints](#input\_node\_group\_taints)| Kubernetes taints added to worker nodes in the node groups. |`list(map(string))`| n/a | yes |
42
42
| <aname="input_security_group_ids"></a> [security\_group\_ids](#input\_security\_group\_ids)| The security groups that will be attached to the worker nodes. |`list(string)`| n/a | yes |
43
43
| <aname="input_subnet_ids"></a> [subnet\_ids](#input\_subnet\_ids)| The subnets that the node groups will use - a node group is created in each subnet. |`list(string)`| n/a | yes |
44
+
| <aname="input_use_random_suffix_in_node_group_name"></a> [use\_random\_suffix\_in\_node\_group\_name](#input\_use\_random\_suffix\_in\_node\_group\_name)| Whether to use auto generated random suffix in node group name |`bool`|`true`| no |
44
45
| <aname="input_worker_node_instance_type"></a> [worker\_node\_instance\_type](#input\_worker\_node\_instance\_type)| The instance type of the worker nodes. |`string`| n/a | yes |
45
46
| <aname="input_worker_node_role_arn"></a> [worker\_node\_role\_arn](#input\_worker\_node\_role\_arn)| The ARN of the IAM role assigned to each worker node via an instance profile. |`string`| n/a | yes |
46
47
| <aname="input_worker_node_tags"></a> [worker\_node\_tags](#input\_worker\_node\_tags)| Tags that are added to worker nodes. |`map(string)`|`{}`| no |
Copy file name to clipboardExpand all lines: eks/terraform/modules/cluster/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@
79
79
| <aname="input_node_group_max_size"></a> [node\_group\_max\_size](#input\_node\_group\_max\_size)| The maximum size for the broker node groups in the cluster. |`number`|`10`| no |
80
80
| <aname="input_private_subnet_ids"></a> [private\_subnet\_ids](#input\_private\_subnet\_ids)| The IDs of the private subnets where the worker nodes will reside. |`list(string)`| n/a | yes |
81
81
| <aname="input_region"></a> [region](#input\_region)| The AWS region where this cluster will reside. |`string`| n/a | yes |
82
+
| <aname="input_use_random_suffix_in_node_group_name"></a> [use\_random\_suffix\_in\_node\_group\_name](#input\_use\_random\_suffix\_in\_node\_group\_name)| Whether to use auto generated random suffix in node group name |`bool`|`true`| no |
82
83
| <aname="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id)| The ID of the VPC where the cluster will reside. |`string`| n/a | yes |
description="When kubernetes_cluster_auth_mode is set to 'API', user or role ARNs can be provided that will be given assigned AmazonEKSClusterAdminPolicy for this cluster."
66
-
}
66
+
}
67
+
68
+
variable"use_random_suffix_in_node_group_name" {
69
+
description="Whether to use auto generated random suffix in node group name"
0 commit comments