Skip to content

Commit

Permalink
Update 4-projects/modules/ml_single_project/variables.tf
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Andrade <[email protected]>
  • Loading branch information
caetano-colin and daniel-cit authored May 15, 2024
1 parent 8d263ae commit e6735c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 4-projects/modules/ml_single_project/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ variable "environment" {
}

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 e6735c1

Please sign in to comment.