diff --git a/da-terraform-modules b/da-terraform-modules index c2b9fad..c65c877 160000 --- a/da-terraform-modules +++ b/da-terraform-modules @@ -1 +1 @@ -Subproject commit c2b9fad96cacf15e252609ba60c3e0d3253739eb +Subproject commit c65c877a4adf208923c16a0d097848de3b3dbe0b diff --git a/root.tf b/root.tf index e2ef45c..3391ee4 100644 --- a/root.tf +++ b/root.tf @@ -487,10 +487,12 @@ module "export_step_function" { } module "export_bucket" { - source = "./tdr-terraform-modules/s3" - project = var.project - function = "consignment-export" - common_tags = local.common_tags + source = "./tdr-terraform-modules/s3" + project = var.project + function = "consignment-export" + common_tags = local.common_tags + tre_role_arn = local.tre_export_role_arn + bucket_policy = "export_bucket" } module "export_bucket_judgment" {