corrected error in ecr name

This commit is contained in:
Khalim Conn-Kowlessar 2026-02-07 21:15:13 +00:00
parent df2c8e9735
commit 7cf33e4f33

View file

@ -244,7 +244,7 @@ module "lambda_heating_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"
}