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] 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 }