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
| <aname="input_cluster_auth_base64"></a> [cluster\_auth\_base64](#input\_cluster\_auth\_base64)| Base64 encoded CA of associated EKS cluster |`string`|`""`| no |
86
86
| <aname="input_cluster_endpoint"></a> [cluster\_endpoint](#input\_cluster\_endpoint)| Endpoint of associated EKS cluster |`string`|`""`| no |
87
87
| <aname="input_cluster_ip_family"></a> [cluster\_ip\_family](#input\_cluster\_ip\_family)| The IP family used to assign Kubernetes pod and service addresses. Valid values are `ipv4` (default) and `ipv6`|`string`|`null`| no |
88
-
| <aname="input_cluster_name"></a> [cluster\_name](#input\_cluster\_name)| Name of associated EKS cluster |`string`|`null`| no |
88
+
| <aname="input_cluster_name"></a> [cluster\_name](#input\_cluster\_name)| Name of associated EKS cluster |`string`|`""`| no |
89
89
| <aname="input_cluster_security_group_id"></a> [cluster\_security\_group\_id](#input\_cluster\_security\_group\_id)| Cluster control plane security group ID |`string`|`null`| no |
90
90
| <aname="input_cluster_version"></a> [cluster\_version](#input\_cluster\_version)| Kubernetes cluster version - used to lookup default AMI ID if one is not provided |`string`|`null`| no |
91
91
| <aname="input_cpu_options"></a> [cpu\_options](#input\_cpu\_options)| The CPU options for the instance |`map(string)`|`null`| no |
| <aname="input_platform"></a> [platform](#input\_platform)| Identifies if the OS platform is `bottlerocket`, `linux`, or `windows` based |`string`|`"linux"`| no |
147
147
| <aname="input_post_bootstrap_user_data"></a> [post\_bootstrap\_user\_data](#input\_post\_bootstrap\_user\_data)| User data that is appended to the user data script after of the EKS bootstrap script. Not used when `platform` = `bottlerocket`|`string`|`""`| no |
148
148
| <aname="input_pre_bootstrap_user_data"></a> [pre\_bootstrap\_user\_data](#input\_pre\_bootstrap\_user\_data)| User data that is injected into the user data script ahead of the EKS bootstrap script. Not used when `platform` = `bottlerocket`|`string`|`""`| no |
149
-
| <aname="input_propagate_tags"></a> [propagate\_tags](#input\_propagate\_tags)| A list of tag blocks. Each element should have keys named `key`, `value`, and `propagate_at_launch`|`list(map(string))`|`[]`| no |
150
149
| <aname="input_protect_from_scale_in"></a> [protect\_from\_scale\_in](#input\_protect\_from\_scale\_in)| Allows setting instance protection. The autoscaling group will not select instances with this setting for termination during scale in events. |`bool`|`false`| no |
151
150
| <aname="input_ram_disk_id"></a> [ram\_disk\_id](#input\_ram\_disk\_id)| The ID of the ram disk |`string`|`null`| no |
152
151
| <aname="input_schedules"></a> [schedules](#input\_schedules)| Map of autoscaling group schedule to create |`map(any)`|`{}`| no |
0 commit comments