byo userdata now enabled. refactor some parts into dedicated templates for maintainability

This commit is contained in:
brandoconnor
2018-06-08 02:16:26 -07:00
parent 72a438f9e0
commit 3823127b07
10 changed files with 54 additions and 31 deletions

View File

@@ -67,4 +67,5 @@ module "eks" {
vpc_id = "${module.vpc.vpc_id}"
cluster_ingress_cidrs = ["${local.workstation_external_cidr}"]
workers_instance_type = "t2.small"
additional_userdata = "echo hello world"
}