From caafacb62424fdbb4a2ae3d891d65aa16ac204e0 Mon Sep 17 00:00:00 2001 From: Caetano Colin <164910343+caetano-colin@users.noreply.github.com> Date: Wed, 15 May 2024 09:18:49 -0300 Subject: [PATCH 1/4] Update 4-projects/modules/ml_single_project/outputs.tf Co-authored-by: Daniel Andrade --- 4-projects/modules/ml_single_project/outputs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4-projects/modules/ml_single_project/outputs.tf b/4-projects/modules/ml_single_project/outputs.tf index 00ca2c00..97109f45 100644 --- a/4-projects/modules/ml_single_project/outputs.tf +++ b/4-projects/modules/ml_single_project/outputs.tf @@ -35,7 +35,7 @@ output "enabled_apis" { } output "project_name" { - description = "Name of the Project." + description = "Project Name." value = module.project.project_name } From e6d031b8a5dbe1ef70f4f2d70ede80ab261023e4 Mon Sep 17 00:00:00 2001 From: Caetano Colin <164910343+caetano-colin@users.noreply.github.com> Date: Wed, 15 May 2024 09:18:59 -0300 Subject: [PATCH 2/4] Update 4-projects/modules/ml_single_project/variables.tf Co-authored-by: Daniel Andrade --- 4-projects/modules/ml_single_project/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4-projects/modules/ml_single_project/variables.tf b/4-projects/modules/ml_single_project/variables.tf index 65d23fb9..ee597b6a 100644 --- a/4-projects/modules/ml_single_project/variables.tf +++ b/4-projects/modules/ml_single_project/variables.tf @@ -15,7 +15,7 @@ */ variable "org_id" { - description = "The organization id for the associated services" + description = "The Organization ID" type = string } From 8d263aedc8ba06ef48f786a52858a2462044f13e Mon Sep 17 00:00:00 2001 From: Caetano Colin <164910343+caetano-colin@users.noreply.github.com> Date: Wed, 15 May 2024 09:19:12 -0300 Subject: [PATCH 3/4] Update 4-projects/modules/ml_single_project/variables.tf Co-authored-by: Daniel Andrade --- 4-projects/modules/ml_single_project/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4-projects/modules/ml_single_project/variables.tf b/4-projects/modules/ml_single_project/variables.tf index ee597b6a..363cfc77 100644 --- a/4-projects/modules/ml_single_project/variables.tf +++ b/4-projects/modules/ml_single_project/variables.tf @@ -68,7 +68,7 @@ variable "activate_apis" { } variable "environment" { - description = "The environment the single project belongs to" + description = "The environment the project belongs to" type = string } From e6735c1a9954f0f78d21b086b68f7c5cf0414c41 Mon Sep 17 00:00:00 2001 From: Caetano Colin <164910343+caetano-colin@users.noreply.github.com> Date: Wed, 15 May 2024 09:19:26 -0300 Subject: [PATCH 4/4] Update 4-projects/modules/ml_single_project/variables.tf Co-authored-by: Daniel Andrade --- 4-projects/modules/ml_single_project/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4-projects/modules/ml_single_project/variables.tf b/4-projects/modules/ml_single_project/variables.tf index 363cfc77..0090e595 100644 --- a/4-projects/modules/ml_single_project/variables.tf +++ b/4-projects/modules/ml_single_project/variables.tf @@ -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 = "" }