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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -277,7 +277,7 @@ We are grateful to the community for contributing bugfixes and improvements! Ple
277
277
| <aname="input_cluster_encryption_policy_name"></a> [cluster\_encryption\_policy\_name](#input\_cluster\_encryption\_policy\_name)| Name to use on cluster encryption policy created |`string`|`null`| no |
278
278
| <aname="input_cluster_encryption_policy_path"></a> [cluster\_encryption\_policy\_path](#input\_cluster\_encryption\_policy\_path)| Cluster encryption policy path |`string`|`null`| no |
279
279
| <aname="input_cluster_encryption_policy_tags"></a> [cluster\_encryption\_policy\_tags](#input\_cluster\_encryption\_policy\_tags)| A map of additional tags to add to the cluster encryption policy created |`map(string)`|`{}`| no |
280
-
| <aname="input_cluster_encryption_policy_use_name_prefix"></a> [cluster\_encryption\_policy\_use\_name\_prefix](#input\_cluster\_encryption\_policy\_use\_name\_prefix)| Determines whether cluster encryption policy name (`cluster_encryption_policy_name`) is used as a prefix |`string`|`true`| no |
280
+
| <aname="input_cluster_encryption_policy_use_name_prefix"></a> [cluster\_encryption\_policy\_use\_name\_prefix](#input\_cluster\_encryption\_policy\_use\_name\_prefix)| Determines whether cluster encryption policy name (`cluster_encryption_policy_name`) is used as a prefix |`bool`|`true`| no |
281
281
| <aname="input_cluster_endpoint_private_access"></a> [cluster\_endpoint\_private\_access](#input\_cluster\_endpoint\_private\_access)| Indicates whether or not the Amazon EKS private API server endpoint is enabled |`bool`|`false`| no |
282
282
| <aname="input_cluster_endpoint_public_access"></a> [cluster\_endpoint\_public\_access](#input\_cluster\_endpoint\_public\_access)| Indicates whether or not the Amazon EKS public API server endpoint is enabled |`bool`|`true`| no |
283
283
| <aname="input_cluster_endpoint_public_access_cidrs"></a> [cluster\_endpoint\_public\_access\_cidrs](#input\_cluster\_endpoint\_public\_access\_cidrs)| List of CIDR blocks which can access the Amazon EKS public API server endpoint |`list(string)`| <pre>[<br> "0.0.0.0/0"<br>]</pre> | no |
@@ -290,7 +290,7 @@ We are grateful to the community for contributing bugfixes and improvements! Ple
290
290
| <aname="input_cluster_security_group_id"></a> [cluster\_security\_group\_id](#input\_cluster\_security\_group\_id)| Existing security group ID to be attached to the cluster. Required if `create_cluster_security_group` = `false`|`string`|`""`| no |
291
291
| <aname="input_cluster_security_group_name"></a> [cluster\_security\_group\_name](#input\_cluster\_security\_group\_name)| Name to use on cluster security group created |`string`|`null`| no |
292
292
| <aname="input_cluster_security_group_tags"></a> [cluster\_security\_group\_tags](#input\_cluster\_security\_group\_tags)| A map of additional tags to add to the cluster security group created |`map(string)`|`{}`| no |
293
-
| <aname="input_cluster_security_group_use_name_prefix"></a> [cluster\_security\_group\_use\_name\_prefix](#input\_cluster\_security\_group\_use\_name\_prefix)| Determines whether cluster security group name (`cluster_security_group_name`) is used as a prefix |`string`|`true`| no |
293
+
| <aname="input_cluster_security_group_use_name_prefix"></a> [cluster\_security\_group\_use\_name\_prefix](#input\_cluster\_security\_group\_use\_name\_prefix)| Determines whether cluster security group name (`cluster_security_group_name`) is used as a prefix |`bool`|`true`| no |
294
294
| <aname="input_cluster_service_ipv4_cidr"></a> [cluster\_service\_ipv4\_cidr](#input\_cluster\_service\_ipv4\_cidr)| The CIDR block to assign Kubernetes service IP addresses from. If you don't specify a block, Kubernetes assigns addresses from either the 10.100.0.0/16 or 172.20.0.0/16 CIDR blocks |`string`|`null`| no |
295
295
| <aname="input_cluster_tags"></a> [cluster\_tags](#input\_cluster\_tags)| A map of additional tags to add to the cluster |`map(string)`|`{}`| no |
296
296
| <aname="input_cluster_timeouts"></a> [cluster\_timeouts](#input\_cluster\_timeouts)| Create, update, and delete timeout configurations for the cluster |`map(string)`|`{}`| no |
@@ -338,7 +338,7 @@ We are grateful to the community for contributing bugfixes and improvements! Ple
338
338
| <aname="input_node_security_group_ntp_ipv4_cidr_block"></a> [node\_security\_group\_ntp\_ipv4\_cidr\_block](#input\_node\_security\_group\_ntp\_ipv4\_cidr\_block)| IPv4 CIDR block to allow NTP egress. Default is public IP space, but [Amazon Time Sync Service](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/set-time.html) can be used as well with `["169.254.169.123/32"]`|`list(string)`| <pre>[<br> "0.0.0.0/0"<br>]</pre> | no |
339
339
| <aname="input_node_security_group_ntp_ipv6_cidr_block"></a> [node\_security\_group\_ntp\_ipv6\_cidr\_block](#input\_node\_security\_group\_ntp\_ipv6\_cidr\_block)| IPv4 CIDR block to allow NTP egress. Default is public IP space, but [Amazon Time Sync Service](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/set-time.html) can be used as well with `["fd00:ec2::123/128"]`|`list(string)`| <pre>[<br> "::/0"<br>]</pre> | no |
340
340
| <aname="input_node_security_group_tags"></a> [node\_security\_group\_tags](#input\_node\_security\_group\_tags)| A map of additional tags to add to the node security group created |`map(string)`|`{}`| no |
341
-
| <aname="input_node_security_group_use_name_prefix"></a> [node\_security\_group\_use\_name\_prefix](#input\_node\_security\_group\_use\_name\_prefix)| Determines whether node security group name (`node_security_group_name`) is used as a prefix |`string`|`true`| no |
341
+
| <aname="input_node_security_group_use_name_prefix"></a> [node\_security\_group\_use\_name\_prefix](#input\_node\_security\_group\_use\_name\_prefix)| Determines whether node security group name (`node_security_group_name`) is used as a prefix |`bool`|`true`| no |
342
342
| <aname="input_openid_connect_audiences"></a> [openid\_connect\_audiences](#input\_openid\_connect\_audiences)| List of OpenID Connect audience client IDs to add to the IRSA provider |`list(string)`|`[]`| no |
343
343
| <aname="input_prefix_separator"></a> [prefix\_separator](#input\_prefix\_separator)| The separator to use between the prefix and the generated timestamp for resource names |`string`|`"-"`| no |
344
344
| <aname="input_putin_khuylo"></a> [putin\_khuylo](#input\_putin\_khuylo)| Do you agree that Putin doesn't respect Ukrainian sovereignty and territorial integrity? More info: https://en.wikipedia.org/wiki/Putin_khuylo!|`bool`|`true`| no |
| <aname="input_security_group_name"></a> [security\_group\_name](#input\_security\_group\_name)| Name to use on security group created |`string`|`null`| no |
154
154
| <aname="input_security_group_rules"></a> [security\_group\_rules](#input\_security\_group\_rules)| List of security group rules to add to the security group created |`any`|`{}`| no |
155
155
| <aname="input_security_group_tags"></a> [security\_group\_tags](#input\_security\_group\_tags)| A map of additional tags to add to the security group created |`map(string)`|`{}`| no |
156
-
| <aname="input_security_group_use_name_prefix"></a> [security\_group\_use\_name\_prefix](#input\_security\_group\_use\_name\_prefix)| Determines whether the security group name (`security_group_name`) is used as a prefix |`string`|`true`| no |
156
+
| <aname="input_security_group_use_name_prefix"></a> [security\_group\_use\_name\_prefix](#input\_security\_group\_use\_name\_prefix)| Determines whether the security group name (`security_group_name`) is used as a prefix |`bool`|`true`| no |
157
157
| <aname="input_subnet_ids"></a> [subnet\_ids](#input\_subnet\_ids)| Identifiers of EC2 Subnets to associate with the EKS Node Group. These subnets must have the following resource tag: `kubernetes.io/cluster/CLUSTER_NAME`|`list(string)`|`null`| no |
158
158
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to add to all resources |`map(string)`|`{}`| no |
159
159
| <aname="input_taints"></a> [taints](#input\_taints)| The Kubernetes taints to be applied to the nodes in the node group. Maximum of 50 taints per node group |`any`|`{}`| no |
| <aname="output_launch_template_arn"></a> [launch\_template\_arn](#output\_launch\_template\_arn)| The ARN of the launch template |
176
176
| <aname="output_launch_template_id"></a> [launch\_template\_id](#output\_launch\_template\_id)| The ID of the launch template |
177
177
| <aname="output_launch_template_latest_version"></a> [launch\_template\_latest\_version](#output\_launch\_template\_latest\_version)| The latest version of the launch template |
178
+
| <aname="output_launch_template_name"></a> [launch\_template\_name](#output\_launch\_template\_name)| The name of the launch template |
178
179
| <aname="output_node_group_arn"></a> [node\_group\_arn](#output\_node\_group\_arn)| Amazon Resource Name (ARN) of the EKS Node Group |
179
180
| <aname="output_node_group_autoscaling_group_names"></a> [node\_group\_autoscaling\_group\_names](#output\_node\_group\_autoscaling\_group\_names)| List of the autoscaling group names |
180
181
| <aname="output_node_group_id"></a> [node\_group\_id](#output\_node\_group\_id)| EKS Cluster name and EKS Node Group name separated by a colon (`:`) |
| <aname="input_security_group_name"></a> [security\_group\_name](#input\_security\_group\_name)| Name to use on security group created |`string`|`null`| no |
157
157
| <aname="input_security_group_rules"></a> [security\_group\_rules](#input\_security\_group\_rules)| List of security group rules to add to the security group created |`any`|`{}`| no |
158
158
| <aname="input_security_group_tags"></a> [security\_group\_tags](#input\_security\_group\_tags)| A map of additional tags to add to the security group created |`map(string)`|`{}`| no |
159
-
| <aname="input_security_group_use_name_prefix"></a> [security\_group\_use\_name\_prefix](#input\_security\_group\_use\_name\_prefix)| Determines whether the security group name (`security_group_name`) is used as a prefix |`string`|`true`| no |
159
+
| <aname="input_security_group_use_name_prefix"></a> [security\_group\_use\_name\_prefix](#input\_security\_group\_use\_name\_prefix)| Determines whether the security group name (`security_group_name`) is used as a prefix |`bool`|`true`| no |
160
160
| <aname="input_service_linked_role_arn"></a> [service\_linked\_role\_arn](#input\_service\_linked\_role\_arn)| The ARN of the service-linked role that the ASG will use to call other AWS services |`string`|`null`| no |
161
161
| <aname="input_subnet_ids"></a> [subnet\_ids](#input\_subnet\_ids)| A list of subnet IDs to launch resources in. Subnets automatically determine which availability zones the group will reside. Conflicts with `availability_zones`|`list(string)`|`null`| no |
162
162
| <aname="input_suspended_processes"></a> [suspended\_processes](#input\_suspended\_processes)| A list of processes to suspend for the Auto Scaling Group. The allowed values are `Launch`, `Terminate`, `HealthCheck`, `ReplaceUnhealthy`, `AZRebalance`, `AlarmNotification`, `ScheduledActions`, `AddToLoadBalancer`. Note that if you suspend either the `Launch` or `Terminate` process types, it can prevent your Auto Scaling Group from functioning properly |`list(string)`|`[]`| no |
| <aname="output_launch_template_arn"></a> [launch\_template\_arn](#output\_launch\_template\_arn)| The ARN of the launch template |
201
201
| <aname="output_launch_template_id"></a> [launch\_template\_id](#output\_launch\_template\_id)| The ID of the launch template |
202
202
| <aname="output_launch_template_latest_version"></a> [launch\_template\_latest\_version](#output\_launch\_template\_latest\_version)| The latest version of the launch template |
203
+
| <aname="output_launch_template_name"></a> [launch\_template\_name](#output\_launch\_template\_name)| The name of the launch template |
203
204
| <aname="output_platform"></a> [platform](#output\_platform)| Identifies if the OS platform is `bottlerocket`, `linux`, or `windows` based |
204
205
| <aname="output_security_group_arn"></a> [security\_group\_arn](#output\_security\_group\_arn)| Amazon Resource Name (ARN) of the security group |
205
206
| <aname="output_security_group_id"></a> [security\_group\_id](#output\_security\_group\_id)| ID of the security group |
0 commit comments