Merge pull request #4183 from rakutentech/docs-default-example

provider/vsphere: Update a default example in VMware vSphere provider
This commit is contained in:
Paul Hinze 2015-12-08 18:44:03 -06:00
commit 3041920d37
2 changed files with 2 additions and 4 deletions

View File

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

View File

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