mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
added retrofit-sap-predictions bucket
This commit is contained in:
parent
26b3973d78
commit
55f618b027
1 changed files with 6 additions and 0 deletions
|
|
@ -102,6 +102,12 @@ module "model_directory" {
|
|||
allowed_origins = var.allowed_origins
|
||||
}
|
||||
|
||||
module "retrofit_sap_predictions" {
|
||||
source = "./modules/s3"
|
||||
bucketname = "retrofit-sap-predictions-${var.stage}"
|
||||
allowed_origins = var.allowed_origins
|
||||
}
|
||||
|
||||
|
||||
# Set up the route53 record for the API
|
||||
module "route53" {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue