diff --git a/infrastructure/terraform/variables.tf b/infrastructure/terraform/variables.tf index bcdbc6be..65b4e0d6 100644 --- a/infrastructure/terraform/variables.tf +++ b/infrastructure/terraform/variables.tf @@ -26,4 +26,9 @@ variable instance_class { variable database_name { description = "The name of the database to create when the DB instance is created" type = string +} + +variable "allowed_origins" { + description = "Allowed origins for CORS policy" + type = list(string) } \ No newline at end of file