File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
deployments/stacks/dpe-k8s Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff 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+ # }
You can’t perform that action at this time.
0 commit comments