diff --git a/variables.tf b/variables.tf index 4bd5da093..ce52720ca 100644 --- a/variables.tf +++ b/variables.tf @@ -5,7 +5,7 @@ variable "create_vpc" { } variable "name" { - description = "Name to be used on all the resources as identifier" + description = "Name to be used on all the resources as identifier within the VPC" type = string default = "" }