Skip to content

Commit

Permalink
Remove node groups
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed May 31, 2024
1 parent 224f03e commit 0170f13
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions modules/k8s-node-autoscaler/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@ data "aws_subnets" "private" {
}
}

data "aws_eks_node_groups" "node_groups" {
cluster_name = var.cluster_name
}

data "aws_eks_node_group" "node_group" {
cluster_name = var.cluster_name
node_group_name = data.aws_eks_node_groups.node_groups[0].id
}

data "aws_security_group" "eks_node_security_group" {
tags = {
Name = "${var.cluster_name}-node"
Expand Down

0 comments on commit 0170f13

Please sign in to comment.