Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrishn1-pk committed Apr 27, 2020
1 parent 9eec9b3 commit 30d7ee9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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.
##############################################################################
Expand Down

0 comments on commit 30d7ee9

Please sign in to comment.