diff --git a/4-projects/modules/ml_infra_projects/variables.tf b/4-projects/modules/ml_infra_projects/variables.tf index 1032ea98..ad3c62e0 100644 --- a/4-projects/modules/ml_infra_projects/variables.tf +++ b/4-projects/modules/ml_infra_projects/variables.tf @@ -15,7 +15,7 @@ */ variable "org_id" { - description = "The organization id for the associated services" + description = "The Organization ID" type = string }