You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem
Username and password are defined as variables in the template, but variables are not defined with "-" in linux systems. Normal variable shouldn't be like the following?
Template: vsphere
Describe the problem
Username and password are defined as variables in the template, but variables are not defined with "-" in linux systems. Normal variable shouldn't be like the following?
username = "$ vsphere_user"
password = "$ vsphere_password"
Defined like this in the template;
username = "$vsphere-user"
password = "$vsphere-password"
Best Regards.
The text was updated successfully, but these errors were encountered: