Skip to content

Commit

Permalink
Merge branch 'sebastian/prod-2981-set-up-catalog-pipeline' of github.…
Browse files Browse the repository at this point in the history
…com:pluralsh/scaffolds into sebastian/prod-2981-set-up-catalog-pipeline
  • Loading branch information
floreks committed Dec 13, 2024
2 parents 396c7c8 + cc59681 commit 2297088
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 2297088

Please sign in to comment.