From 30d7ee973f550b245b04b6d3a9878e24b89bdec6 Mon Sep 17 00:00:00 2001 From: Prasad Krishnegowda Date: Mon, 27 Apr 2020 12:10:59 +0530 Subject: [PATCH] remove unused variable --- variables.tf | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/variables.tf b/variables.tf index ed64df0..d09f23b 100644 --- a/variables.tf +++ b/variables.tf @@ -13,16 +13,6 @@ variable "vnf_cos_instance_id" { description = "The COS instance-id hosting the F5-BIGIP qcow2 image." } -############################################################################## -# vnf_cos_image_name - Vendor provided F5-BIGIP image name as stored in COS. -# The value for this variable is enter at offering -# onbaording time.This variable is hidden from the user. -############################################################################## -variable "vnf_cos_image_name" { - default = "BIGIP-15.0.1-0.0.11.qcow2" - description = "The F5-BIGIP qcow2 image name." -} - ############################################################################## # subnet_name - Subnet where resources are to be provisioned. ##############################################################################