Skip to content

Instantly share code, notes, and snippets.

View GaryFlynn's full-sized avatar

Gary Flynn GaryFlynn

View GitHub Profile
@GaryFlynn
GaryFlynn / vsphere.tf
Last active February 1, 2021 19:32
terraform-vsphere-deploy
# Basic configuration without variables
# Define authentification configuration
provider "vsphere" {
# If you use a domain set your login like this "Domain\\User"
user = "administrator@vsphere.local"
password = "VMware1!"
vsphere_server = "vcenter-1.homelab.local"
# If you have a self-signed cert