From 0095dd9100b7f841c4d6aa049d04a252626bcd0f Mon Sep 17 00:00:00 2001 From: Prasad Krishnegowda Date: Wed, 15 Apr 2020 15:51:09 +0530 Subject: [PATCH] Remove unused variables --- provider.tf | 12 ------------ variables.tf | 5 ----- 2 files changed, 17 deletions(-) diff --git a/provider.tf b/provider.tf index 7e6eff6..a54f6f7 100644 --- a/provider.tf +++ b/provider.tf @@ -18,18 +18,6 @@ variable "ibmcloud_svc_api_key" { description = "The APIKey of the IBM Cloud service account that is hosting the F5-BIGIP qcow2 image file. This should be a the API Key of a Service ID in the account" } -############################################################################## -# ibmcloud_svc_api_key_test - Cloud Service apikey hosting the F5-BIGIP -# image in COS in test.cloud.ibm.com. This variable is not shown to user. -# The value for this variable is enter at offering -# onbaording time. -############################################################################## -variable "ibmcloud_svc_api_key_test" { - default = "" - type = "string" - description = "The APIKey of the IBM Cloud test service account that is hosting the F5-BIGIP qcow2 image file. This should be a the API Key of a Service ID in the account" -} - variable "region" { default = "us-south" description = "The VPC Region that you want your VPC, networks and the F5 virtual server to be provisioned in. To list available regions, run `ibmcloud is regions`." diff --git a/variables.tf b/variables.tf index 0729477..38708d8 100644 --- a/variables.tf +++ b/variables.tf @@ -62,11 +62,6 @@ variable "vnf_profile" { description = "The profile of compute CPU and memory resources to be used when provisioning F5-BIGIP VSI. To list available profiles, run `ibmcloud is instance-profiles`." } -variable "vnf_license" { - default = "" - description = "Optional. The BYOL license key that you want your F5 virtual server in a VPC to be used by registration flow during cloud-init." -} - variable "ibmcloud_endpoint" { default = "cloud.ibm.com" description = "The IBM Cloud environmental variable 'cloud.ibm.com' or 'test.cloud.ibm.com'"