Skip to content

Commit

Permalink
Correct node_group_name
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed May 20, 2024
1 parent ed67b86 commit 21b6e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/internal-k8-infra/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ data "aws_subnets" "node_subnets" {

data "aws_eks_node_group" "profile" {
cluster_name = var.cluster_name
node_group_name = "one"
node_group_name = "airflow-node-group"
}

data "aws_security_group" "eks_cluster_security_group" {
Expand Down

0 comments on commit 21b6e89

Please sign in to comment.