Skip to content

Commit 779740a

Browse files
committed
Fixing IBM case sensitivity requirement
1 parent 2ccada0 commit 779740a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: variables.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ variable "ssh_key_name" {
3535
# vnf_vpc_image_name - The name of the VM-Series custom image to be provisioned in your IBM Cloud account.
3636
##############################################################################
3737
variable "vnf_vpc_image_name" {
38-
default = "VM-Series-byol"
38+
default = "vm-series-byol"
3939
description = "The name of the VM-Series custom image to be provisioned in your IBM Cloud account."
4040
}
4141

4242
##############################################################################
4343
# vnf_vpc_image_name - The name of your VM-Series Virtual Server to be provisioned
4444
##############################################################################
4545
variable "vnf_instance_name" {
46-
default = "VM-Series-byol-vsi"
46+
default = "vm-series-byol-vsi"
4747
description = "The name of your VM-Series Virtual Server to be provisioned."
4848
}
4949

0 commit comments

Comments
 (0)