Skip to content

Commit

Permalink
fixes-#6198-vsphere-provider-improve-documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tommymalmqvist committed Apr 16, 2016
1 parent 12118b6 commit 0108ef7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/source/docs/providers/vsphere/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ resource "vsphere_virtual_machine" "web" {
folder = "${vsphere_folder.frontend.path}"
vcpu = 2
memory = 4096
domain = "${var.vsphere_domain}"
datacenter = "${var.vsphere_datacenter}"
cluster = "${var.vsphere_cluster}"
resource_pool = "${var.vsphere_cluster}/Resources/${var.vsphere_resource_pool}"
network_interface {
label = "VM Network"
Expand Down

0 comments on commit 0108ef7

Please sign in to comment.