mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
fix bucketname typo
This commit is contained in:
parent
092d95fa9d
commit
a2cdf0eb57
1 changed files with 1 additions and 1 deletions
|
|
@ -342,5 +342,5 @@ module "postcode_splitter_registry" {
|
|||
################################################
|
||||
module "condition_data_bucket" {
|
||||
source = "../modules/s3"
|
||||
bucket_name = "condition-data"
|
||||
bucketname = "condition-data-${var.stage}"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue