mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Merge pull request #29 from Hestia-Homes/main
Added root level allowed_origins variable
This commit is contained in:
commit
8dcc563c00
1 changed files with 5 additions and 0 deletions
|
|
@ -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)
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue