From a3eb1a70a4ba40028884406cdc5b91762eb28675 Mon Sep 17 00:00:00 2001 From: badra001 Date: Mon, 3 May 2021 10:04:59 -0400 Subject: [PATCH] add --- subnets/variables.tf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 subnets/variables.tf diff --git a/subnets/variables.tf b/subnets/variables.tf new file mode 100644 index 0000000..38ced37 --- /dev/null +++ b/subnets/variables.tf @@ -0,0 +1,5 @@ +variable "vpc_id" { + description = "VPC ID" + type = string +} +