From 6de91bae84297dac1c6e6824d45a0a11ba6648d6 Mon Sep 17 00:00:00 2001 From: Siva Karuppiah Date: Fri, 6 Sep 2019 16:36:17 +0530 Subject: [PATCH] Added missing variable. Added carbon_black_timeout variable. --- terraform/variables.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/terraform/variables.tf b/terraform/variables.tf index 0a18fcb..5a88a88 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -6,6 +6,7 @@ variable "name_prefix" {} variable "enable_carbon_black_downloader" {} variable "carbon_black_url" {} +variable "carbon_black_timeout" {} variable "encrypted_carbon_black_api_token" {} variable "s3_log_bucket" {}