From 4e79844e2c7c467707450e2fc239e0a19ad63ed8 Mon Sep 17 00:00:00 2001 From: "Trevor Joynson (trevorj)" Date: Wed, 8 May 2019 16:43:02 -0700 Subject: [PATCH] Not all null now --- peer/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/peer/variables.tf b/peer/variables.tf index f20ffe5..720935c 100644 --- a/peer/variables.tf +++ b/peer/variables.tf @@ -81,12 +81,12 @@ variable "requester_allow_to_remote_classic_link" { variable "requester_vpc_id" { type = string description = "The ID of the requester VPC." - default = null + default = "" } variable "vpc_peering_connection_id" { type = string description = "The VPC Peering Connection ID to manage." - default = null + default = "" }