Update index.html.markdown
Added a note about self-signed certs and vsphere.
This commit is contained in:
parent
75aabd7a79
commit
07c80ef09d
|
@ -28,6 +28,8 @@ provider "vsphere" {
|
|||
user = "${var.vsphere_user}"
|
||||
password = "${var.vsphere_password}"
|
||||
vsphere_server = "${var.vsphere_server}"
|
||||
# if you have a self-signed cert
|
||||
allow_unverified_ssl = true
|
||||
}
|
||||
|
||||
# Create a folder
|
||||
|
|
Loading…
Reference in New Issue