1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

added support for specifying user data for the worker launch config that runs before anything else

This commit is contained in:
jimbecker
2018-06-27 11:51:34 -04:00
parent c5b637ac0f
commit 81755336e8
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -57,6 +57,7 @@ variable "workers_group_defaults" {
asg_min_size = "1" # Minimum worker capacity in the autoscaling group.
instance_type = "m4.large" # Size of the workers instances.
key_name = "" # The key name that should be used for the instances in the autoscaling group
pre_userdata = "" # userdata to pre-append to the default userdata.
additional_userdata = "" # userdata to append to the default userdata.
ebs_optimized = true # sets whether to use ebs optimization on supported types.
public_ip = false # Associate a public ip address with a worker