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 30e67f7 + e6735c1 commit 98b598f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 4-projects/modules/ml_single_project/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ output "enabled_apis" {
}

output "project_name" {
description = "Name of the Project."
description = "Project Name."
value = module.project.project_name
}

Expand Down
6 changes: 3 additions & 3 deletions 4-projects/modules/ml_single_project/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 Expand Up @@ -68,12 +68,12 @@ variable "activate_apis" {
}

variable "environment" {
description = "The environment the single project belongs to"
description = "The environment the project belongs to"
type = string
}

variable "vpc_type" {
description = "The type of VPC to attach the project to. Possible options are base or restricted."
description = "The type of VPC to attach the project to. Possible options are `base` or `restricted`."
type = string
default = ""
}
Expand Down

0 comments on commit 98b598f

Please sign in to comment.