Skip to content

Commit

Permalink
Merge pull request #4183 from rakutentech/docs-default-example
Browse files Browse the repository at this point in the history
provider/vsphere: Update a default example in VMware vSphere provider
  • Loading branch information
phinze committed Dec 9, 2015
2 parents ccf51b3 + fae25a9 commit 3041920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions website/source/docs/providers/vsphere/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ resource "vsphere_virtual_machine" "web" {
}
disk {
size = 1
iops = 500
template = "centos-7"
}
}
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ resource "vsphere_virtual_machine" "web" {
}
disk {
size = 1
iops = 500
template = "centos-7"
}
}
```
Expand Down

0 comments on commit 3041920

Please sign in to comment.