We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d082e40 commit 47c6448Copy full SHA for 47c6448
deployments/stacks/dpe-k8s/main.tf
@@ -45,9 +45,10 @@ module "sage-aws-ses" {
45
}
46
47
module "synapse_dataset_to_crossiant_metadata" {
48
+ # This points to the prod cluster - The only location where we want to create the bucket
49
count = var.cluster_name == "dpe-k8" ? 1 : 0
50
source = "../../../modules/s3-bucket"
- bucket_name = "synapse-croissant-metadata-2"
51
+ bucket_name = "synapse-croissant-metadata"
52
enable_versioning = true
53
aws_account_id = var.aws_account_id
54
cluster_name = var.cluster_name
0 commit comments