Skip to content

Commit ae7fbfd

Browse files
committed
Drop bucket
1 parent d20bb05 commit ae7fbfd

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

deployments/stacks/dpe-k8s/main.tf

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ module "sage-aws-ses" {
4444
email_identities = var.ses_email_identities
4545
}
4646

47-
module "synapse_dataset_to_crossiant_metadata" {
48-
count = var.cluster_name == "----------dpe-k8-sandbox" ? 1 : 0
49-
source = "../../../modules/s3-bucket"
50-
bucket_name = "synapse-croissant-metadata"
51-
enable_versioning = true
52-
aws_account_id = var.aws_account_id
53-
cluster_name = var.cluster_name
54-
cluster_oidc_provider_arn = module.sage-aws-eks.cluster_oidc_provider_arn
55-
public_access = true
56-
}
47+
# module "synapse_dataset_to_crossiant_metadata" {
48+
# count = var.cluster_name == "dpe-k8-sandbox" ? 1 : 0
49+
# source = "../../../modules/s3-bucket"
50+
# bucket_name = "synapse-croissant-metadata"
51+
# enable_versioning = true
52+
# aws_account_id = var.aws_account_id
53+
# cluster_name = var.cluster_name
54+
# cluster_oidc_provider_arn = module.sage-aws-eks.cluster_oidc_provider_arn
55+
# public_access = true
56+
# }

0 commit comments

Comments
 (0)