diff --git a/terraform/modules/network/variable.tf b/terraform/modules/network/variable.tf index 33e6d5f..9166b67 100644 --- a/terraform/modules/network/variable.tf +++ b/terraform/modules/network/variable.tf @@ -9,7 +9,7 @@ variable "project_id" { } variable "region" { - description = "region " + description = "region" type = string }