mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
create new s3 bucket for condition data
This commit is contained in:
parent
e1835b2cfa
commit
092d95fa9d
1 changed files with 8 additions and 0 deletions
|
|
@ -335,4 +335,12 @@ module "postcode_splitter_registry" {
|
|||
name = "postcode_splitter"
|
||||
stage = var.stage
|
||||
|
||||
}
|
||||
|
||||
################################################
|
||||
# Conidition data – S3 bucket
|
||||
################################################
|
||||
module "condition_data_bucket" {
|
||||
source = "../modules/s3"
|
||||
bucket_name = "condition-data"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue