Skip to content

Instantly share code, notes, and snippets.

# Configure the VMware vSphere Provider
provider "vsphere" {
user = "${var.vsphere_user}"
password = "${var.vsphere_password}"
vsphere_server = "${var.vsphere_server}"
allow_unverified_ssl = true
}
data "vsphere_datacenter" "dc" {
name = "MYDC"
@vidkun
vidkun / terraform-vsphere-errors
Created January 8, 2018 13:01
terraform vsphere provider trace log
2018-01-05T14:53:23.688-0600 [DEBUG] plugin.terraform-provider-vsphere_v1.1.1_x4: 2018/01/05 14:53:23 [DEBUG] Virtual machine "/MYDC/vm/my-test-vm02": clone complete (MOID: "vm-1130")
2018-01-05T14:53:23.691-0600 [DEBUG] plugin.terraform-provider-vsphere_v1.1.1_x4: 2018/01/05 14:53:23 [DEBUG] Fetching properties for VM "/MYDC/vm/my-test-vm02"
2018-01-05T14:53:23.699-0600 [DEBUG] plugin.terraform-provider-vsphere_v1.1.1_x4: 2018/01/05 14:53:23 [DEBUG] VM "/MYDC/vm/my-test-vm02" - UUID is "42018548-6c45-6e98-5e76-9e42eefa9161"
2018-01-05T14:53:23.700-0600 [DEBUG] plugin.terraform-provider-vsphere_v1.1.1_x4: 2018/01/05 14:53:23 [DEBUG] vsphere_virtual_machine (ID = 42018548-6c45-6e98-5e76-9e42eefa9161): Building config spec
2018-01-05T14:53:23.700-0600 [DEBUG] plugin.terraform-provider-vsphere_v1.1.1_x4: 2018/01/05 14:53:23 [DEBUG] vsphere_virtual_machine (ID = 42018548-6c45-6e98-5e76-9e42eefa9161): Resource argument "guest_id" requires a VM restart
2018-01-05T14:53:23.700-0600 [DEBUG] plugin.terraform-provider-
  1. What does MVC stand for?
  • Model View Controller
  1. What is the purpose of MVC?
  • Decoupling of duties within the application
  1. What is the command you would use to generate a new rails application called "twitter"?
  • rails new twitter
  1. Which file do you edit to add additional gems to your rails app?
  • Gemfile
  1. What is the purpose of .gitignore file?
  • Instruct git to ignore certain files you don't want tracked

Keybase proof

I hereby claim:

  • I am vidkun on github.
  • I am ryanlev (https://keybase.io/ryanlev) on keybase.
  • I have a public key whose fingerprint is EAE4 6B55 EB6E 4BF6 B0A0 CF41 2B5F 4191 BA99 7BA9

To claim this, I am signing this object: