diff --git a/4-projects/modules/ml_single_project/variables.tf b/4-projects/modules/ml_single_project/variables.tf index ee597b6a..363cfc77 100644 --- a/4-projects/modules/ml_single_project/variables.tf +++ b/4-projects/modules/ml_single_project/variables.tf @@ -68,7 +68,7 @@ variable "activate_apis" { } variable "environment" { - description = "The environment the single project belongs to" + description = "The environment the project belongs to" type = string }