website: underscore not allowed in vsphere VM name

closes #5448
This commit is contained in:
Paul Hinze 2016-03-04 17:15:09 -06:00
parent f11448c692
commit 76373b70fb
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ resource "vsphere_folder" "frontend" {
# Create a virtual machine within the folder
resource "vsphere_virtual_machine" "web" {
name = "terraform_web"
name = "terraform-web"
folder = "${vsphere_folder.frontend.path}"
vcpu = 2
memory = 4096