Update a default example in VMware vSphere provider

This commit is contained in:
Takaaki Furukawa 2015-12-07 10:49:04 +09:00
parent 7e2c8d2118
commit fae25a9ed8
2 changed files with 2 additions and 4 deletions

View File

@ -41,8 +41,7 @@ resource "vsphere_virtual_machine" "web" {
} }
disk { disk {
size = 1 template = "centos-7"
iops = 500
} }
} }
``` ```

View File

@ -24,8 +24,7 @@ resource "vsphere_virtual_machine" "web" {
} }
disk { disk {
size = 1 template = "centos-7"
iops = 500
} }
} }
``` ```