Skip to content

Instantly share code, notes, and snippets.

@mo6020
Last active October 21, 2017 22:38
Show Gist options
  • Select an option

  • Save mo6020/99c4553ddf413383b702fc0d6be7e4b2 to your computer and use it in GitHub Desktop.

Select an option

Save mo6020/99c4553ddf413383b702fc0d6be7e4b2 to your computer and use it in GitHub Desktop.
// these vars hidden in terraform.tfvars because they might be sensitive?
variable "vc_user" {}
variable "vc_password" {}
variable "vc_server" {}
variable "vc_domain" {}
variable "vc_cluster" {}
variable "vc_datacentre" {}
// default VM Template
variable "vm_template" {
default = "centos7-template"
}
// default VM folder
variable "vm_folder" {
default = "Testing/SE-EMORGAN-Terraform"
}
// default VM network
variable "vm_network" {
default = "VLAN56_Servers_Test"
}
// default datastore
variable "vm_datastore" {
default = "pure-emea"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment