Skip to content

Instantly share code, notes, and snippets.

@emilgaripov
Created January 30, 2022 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emilgaripov/91d7555e8b71f08f98cc0fc4ef5950f4 to your computer and use it in GitHub Desktop.
Save emilgaripov/91d7555e8b71f08f98cc0fc4ef5950f4 to your computer and use it in GitHub Desktop.
provider "vsphere" {
user = "${var.vsphere_user}"
password = "${var.vsphere_password}"
vsphere_server = "${var.vsphere_server}"
version = "1.15.0"
# If you have a self-signed cert
allow_unverified_ssl = true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment