Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrishn1-pk committed Apr 15, 2020
1 parent c081c82 commit 0095dd9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
12 changes: 0 additions & 12 deletions provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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`."
Expand Down
5 changes: 0 additions & 5 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
Expand Down

0 comments on commit 0095dd9

Please sign in to comment.