Skip to content

Instantly share code, notes, and snippets.

@emilgaripov
Last active January 30, 2022 12:41
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/7630d24fa1970b5f5be777eaca7df7cc to your computer and use it in GitHub Desktop.
Save emilgaripov/7630d24fa1970b5f5be777eaca7df7cc to your computer and use it in GitHub Desktop.
vsphere_user = "vsphere_user"
vsphere_password = "mysupersecretpassword"
vsphere_server = "vsphere_ip_or_host_address"
vsphere_datacenter = "localhost.localdomain"
vsphere_datastore = "datastore1"
vsphere_resource_pool = "kubernetes"
vsphere_network = "VM Network"
vsphere_virtual_machine_template = "k8s-template"
vsphere_virtual_machine_name = "terraform-vsphere-clone-test"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment