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