File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,15 @@ variable "ssh_key_name" {
35
35
# vnf_vpc_image_name - The name of the VM-Series custom image to be provisioned in your IBM Cloud account.
36
36
# #############################################################################
37
37
variable "vnf_vpc_image_name" {
38
- default = " VM-Series -byol"
38
+ default = " vm-series -byol"
39
39
description = " The name of the VM-Series custom image to be provisioned in your IBM Cloud account."
40
40
}
41
41
42
42
# #############################################################################
43
43
# vnf_vpc_image_name - The name of your VM-Series Virtual Server to be provisioned
44
44
# #############################################################################
45
45
variable "vnf_instance_name" {
46
- default = " VM-Series -byol-vsi"
46
+ default = " vm-series -byol-vsi"
47
47
description = " The name of your VM-Series Virtual Server to be provisioned."
48
48
}
49
49
You can’t perform that action at this time.
0 commit comments