Skip to content

Commit

Permalink
cloudposse/security-group 0.3.3 no longer exists, bumping eks-worker …
Browse files Browse the repository at this point in the history
…version
  • Loading branch information
jerowe committed Sep 5, 2021
1 parent 2aa9587 commit f193d09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ module "eks_cluster" {
module "eks_workers" {
depends_on = [module.eks_cluster]
source = "cloudposse/eks-workers/aws"
# version = ">= 0.19.0"
version = "0.19.2"


# for_each = tomap(var.eks_worker_groups)
for_each = { for eks_worker_group in var.eks_worker_groups : eks_worker_group.name => eks_worker_group }
Expand Down

0 comments on commit f193d09

Please sign in to comment.