diff --git a/infrastructure/terraform/main.tf b/infrastructure/terraform/main.tf index 44b4691e..b01506a0 100644 --- a/infrastructure/terraform/main.tf +++ b/infrastructure/terraform/main.tf @@ -81,4 +81,5 @@ resource "aws_db_instance" "default" { module "s3_presignable_bucket" { source = "./modules/s3_presignable_bucket" environment = var.stage + allowed_origins = var.allowed_origins } \ No newline at end of file