From 885803baef37df5fcbd3a998301d4ca06f8db39b Mon Sep 17 00:00:00 2001 From: Ryan McNeil Date: Wed, 29 May 2024 13:42:19 -0600 Subject: [PATCH] Add vpc_id --- terraform/variables.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/terraform/variables.tf b/terraform/variables.tf index afee37a90..9a17b9541 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -1,3 +1,7 @@ variable "environment" { type = string } + +variable "vpc_id" { + type = string +} \ No newline at end of file