mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-22 17:39:05 +01:00
Adding configuration for public ip association, moving to name_prefix in worker launch config
This commit is contained in:
@@ -58,6 +58,7 @@ variable "workers_group_defaults" {
|
||||
instance_type = "m4.large" # Size of the workers instances.
|
||||
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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user