Skip to content

Commit

Permalink
update cluster name
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Dec 13, 2024
1 parent e6491a3 commit cc59681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalogs/data/dagster/terraform/aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ module "s3_buckets" {
}

data "aws_eks_cluster" "cluster" {
name = var.cluster_name
name = data.plural_cluster.cluster.name
}

0 comments on commit cc59681

Please sign in to comment.