Skip to content

Instantly share code, notes, and snippets.

@emilgaripov
Created January 30, 2022 10:24
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/4af09214a29ddcfc2b5e420b00e98f39 to your computer and use it in GitHub Desktop.
Save emilgaripov/4af09214a29ddcfc2b5e420b00e98f39 to your computer and use it in GitHub Desktop.
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
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment