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 f193d09 commit 6b56160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ data "null_data_source" "wait_for_cluster_and_kubernetes_configmap" {
module "eks_node_group" {
depends_on = [module.eks_cluster]
source = "cloudposse/eks-node-group/aws"
version = ">= 0.19.0, <0.25.0"
version = "0.24.0"

for_each = { for eks_node_group in var.eks_node_groups : eks_node_group.name => eks_node_group }
subnet_ids = var.subnet_ids
Expand Down

0 comments on commit 6b56160

Please sign in to comment.