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 } diff --git a/4-projects/modules/ml_single_project/outputs.tf b/4-projects/modules/ml_single_project/outputs.tf index b57a8ec9..00ca2c00 100644 --- a/4-projects/modules/ml_single_project/outputs.tf +++ b/4-projects/modules/ml_single_project/outputs.tf @@ -15,7 +15,7 @@ */ output "project_id" { - description = "Project sample project id." + description = "Project ID." value = module.project.project_id } @@ -25,7 +25,7 @@ output "sa" { } output "project_number" { - description = "Project sample project number." + description = "Project number." value = module.project.project_number }