diff --git a/infrastructure/terraform/main.tf b/infrastructure/terraform/main.tf index b97a2f4d..5dfe765f 100644 --- a/infrastructure/terraform/main.tf +++ b/infrastructure/terraform/main.tf @@ -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" }