Skip to content

Commit fae25a9

Browse files
Update a default example in VMware vSphere provider
1 parent 7e2c8d2 commit fae25a9

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

website/source/docs/providers/vsphere/index.html.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ resource "vsphere_virtual_machine" "web" {
4141
}
4242
4343
disk {
44-
size = 1
45-
iops = 500
44+
template = "centos-7"
4645
}
4746
}
4847
```

website/source/docs/providers/vsphere/r/virtual_machine.html.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ resource "vsphere_virtual_machine" "web" {
2424
}
2525
2626
disk {
27-
size = 1
28-
iops = 500
27+
template = "centos-7"
2928
}
3029
}
3130
```

0 commit comments

Comments
 (0)