Skip to content

Commit

Permalink
Merge branch 'refactor/ml-infra-projects' of github.com:caetano-colin…
Browse files Browse the repository at this point in the history
…/terraform-google-enterprise-genai into refactor/ml-infra-projects
  • Loading branch information
caetano-colin committed May 15, 2024
2 parents 87cbc5f + 8e861fd commit 4bb5f13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 4-projects/modules/ml_infra_projects/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

variable "org_id" {
description = "The organization id for the associated services"
description = "The Organization ID"
type = string
}

Expand Down
4 changes: 2 additions & 2 deletions 4-projects/modules/ml_single_project/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

output "project_id" {
description = "Project sample project id."
description = "Project ID."
value = module.project.project_id
}

Expand All @@ -25,7 +25,7 @@ output "sa" {
}

output "project_number" {
description = "Project sample project number."
description = "Project number."
value = module.project.project_number
}

Expand Down

0 comments on commit 4bb5f13

Please sign in to comment.