iam policy updated

This commit is contained in:
brandoconnor
2018-06-06 23:23:32 -07:00
parent 6a137f751e
commit 22b9706705
5 changed files with 84 additions and 57 deletions

View File

@@ -74,4 +74,5 @@ module "eks" {
vpc_id = "${module.vpc.vpc_id}"
workers_ami_id = "${data.aws_ami.eks_worker.id}"
cluster_ingress_cidrs = ["${local.workstation_external_cidr}"]
workers_instance_type = "t2.micro"
}