mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +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"
|
name = "postcode_splitter"
|
||||||
stage = var.stage
|
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