Skip to content

Commit 47c6448

Browse files
committed
Update bucket
1 parent d082e40 commit 47c6448

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deployments/stacks/dpe-k8s/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ module "sage-aws-ses" {
4545
}
4646

4747
module "synapse_dataset_to_crossiant_metadata" {
48+
# This points to the prod cluster - The only location where we want to create the bucket
4849
count = var.cluster_name == "dpe-k8" ? 1 : 0
4950
source = "../../../modules/s3-bucket"
50-
bucket_name = "synapse-croissant-metadata-2"
51+
bucket_name = "synapse-croissant-metadata"
5152
enable_versioning = true
5253
aws_account_id = var.aws_account_id
5354
cluster_name = var.cluster_name

0 commit comments

Comments
 (0)