mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Merge pull request #28 from Hestia-Homes/main
Passing the variable allowed_origins
This commit is contained in:
commit
0f08b198ff
1 changed files with 1 additions and 0 deletions
|
|
@ -81,4 +81,5 @@ resource "aws_db_instance" "default" {
|
||||||
module "s3_presignable_bucket" {
|
module "s3_presignable_bucket" {
|
||||||
source = "./modules/s3_presignable_bucket"
|
source = "./modules/s3_presignable_bucket"
|
||||||
environment = var.stage
|
environment = var.stage
|
||||||
|
allowed_origins = var.allowed_origins
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue