From 54768d6160c984615944b2de93f79210d66ee48f Mon Sep 17 00:00:00 2001 From: "Trevor Joynson (trevorj)" Date: Wed, 29 May 2019 19:43:29 -0700 Subject: [PATCH] yolo --- peer/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peer/variables.tf b/peer/variables.tf index 720935c..0c17f4e 100644 --- a/peer/variables.tf +++ b/peer/variables.tf @@ -33,7 +33,7 @@ variable "accepter_allow_to_remote_classic_link" { variable "accepter_auto_accept" { type = string description = "Accept the peering (both VPCs need to be in the same AWS account)." - default = null + default = "true" } variable "accepter_owner_id" {