From d66583d9890ca06fe09032f3e608614d4717bb10 Mon Sep 17 00:00:00 2001 From: michaeljguarino Date: Tue, 1 Oct 2024 14:47:03 -0400 Subject: [PATCH] change vpc name default --- terraform/clouds/aws/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/clouds/aws/variables.tf b/terraform/clouds/aws/variables.tf index 7e96ccc..d11a6f7 100644 --- a/terraform/clouds/aws/variables.tf +++ b/terraform/clouds/aws/variables.tf @@ -35,7 +35,7 @@ variable "public" { variable "vpc_name" { type = string - default = "plrl-mgmt" + default = "" } variable "vpc_cidr" {