From e0a1ddc4ce164f44af7301cc1dbe5cf048e2f063 Mon Sep 17 00:00:00 2001 From: kaxil Date: Fri, 19 Jul 2019 02:02:06 +0530 Subject: [PATCH] Remove unused variable --- variables.tf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/variables.tf b/variables.tf index 3ba0e09..8a8cb34 100644 --- a/variables.tf +++ b/variables.tf @@ -13,11 +13,6 @@ variable "tls_key" { description = "The private key corresponding to the signed certificate tls_cert." } -variable "private_load_balancer" { - default = true - type = string -} - variable "local_umbrella_chart" { default = "" type = string