Skip to content

Commit bcadc4c

Browse files
ewypychstack72
authored andcommitted
fix hashicorp#5448 - vm page was changed (hashicorp#12094)
1 parent 1b5694b commit bcadc4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ modify, and delete virtual machines.
1515

1616
```
1717
resource "vsphere_virtual_machine" "web" {
18-
name = "terraform_web"
18+
name = "terraform-web"
1919
vcpu = 2
2020
memory = 4096
2121
@@ -61,7 +61,7 @@ resource "vsphere_virtual_machine" "lb" {
6161

6262
The following arguments are supported:
6363

64-
* `name` - (Required) The virtual machine name
64+
* `name` - (Required) The virtual machine name (cannot contain underscores and must be less than 15 characters)
6565
* `vcpu` - (Required) The number of virtual CPUs to allocate to the virtual machine
6666
* `memory` - (Required) The amount of RAM (in MB) to allocate to the virtual machine
6767
* `memory_reservation` - (Optional) The amount of RAM (in MB) to reserve physical memory resource; defaults to 0 (means not to reserve)

0 commit comments

Comments
 (0)