mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
corrected error in ecr name
This commit is contained in:
parent
df2c8e9735
commit
7cf33e4f33
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ module "lambda_heating_cost_prediction_ecr" {
|
||||||
}
|
}
|
||||||
|
|
||||||
module "lambda_hot_water_cost_prediction_ecr" {
|
module "lambda_hot_water_cost_prediction_ecr" {
|
||||||
ecr_name = "hot-water-fcost-prediction-${var.stage}"
|
ecr_name = "hot-water-cost-prediction-${var.stage}"
|
||||||
source = "./modules/ecr"
|
source = "./modules/ecr"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue