diff --git a/infrastructure/terraform/shared/main.tf b/infrastructure/terraform/shared/main.tf index 27fb51ea..eaacddec 100644 --- a/infrastructure/terraform/shared/main.tf +++ b/infrastructure/terraform/shared/main.tf @@ -481,6 +481,8 @@ module "ordnance_s3_read_and_write" { output "ordnance_s3_read_and_write_arn" { value = module.ordnance_s3_read_and_write.policy_arn +} + ################################################ # Engine – Lambda ECR ################################################