Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrishn1-pk committed Apr 23, 2020
1 parent bbbedbe commit a0a2410
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion image.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ locals {
user_acct_id = "${substr(element(split("a/", data.ibm_is_subnet.f5_subnet1.resource_crn), 1), 0, 32)}"
apikey = "${var.ibmcloud_svc_api_key}"
instance_id = "${var.vnf_cos_instance_id}"
image_url = "${var.vnf_cos_image_url}"
}

##############################################################################
Expand Down
8 changes: 5 additions & 3 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ variable "vnf_cos_instance_id" {
}

##############################################################################
# vnf_cos_image_url - Vendor provided F5-BIGIP image COS url.
# vnf_cos_image_url_map - Vendor provided F5-BIGIP image COS url.
# The value for this variable is enter at offering
# onbaording time.This variable is hidden from the user.
# This value is a map, which contains, image URL for different
# regions
##############################################################################
variable "vnf_cos_image_url_map" {
default = ""
default = {}
description = "The COS image object SQL URL for F5-BIGIP qcow2 image."
}

Expand Down Expand Up @@ -65,4 +67,4 @@ variable "vnf_profile" {
variable "ibmcloud_endpoint" {
default = "cloud.ibm.com"
description = "The IBM Cloud environmental variable 'cloud.ibm.com' or 'test.cloud.ibm.com'"
}
}

0 comments on commit a0a2410

Please sign in to comment.