mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Passing the variable allowed_origins
This commit is contained in:
parent
8f73cc5f51
commit
f62acc9ed0
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue