From 5f0d806e11d47bfeb605193c26d593478b246919 Mon Sep 17 00:00:00 2001 From: Jonathan Magee <120496483+jmagee70@users.noreply.github.com> Date: Fri, 20 Jan 2023 13:40:59 +0000 Subject: [PATCH] new feature added to description --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "" }