Skip to content

Commit

Permalink
website: underscore not allowed in vsphere VM name
Browse files Browse the repository at this point in the history
closes #5448
  • Loading branch information
phinze committed Mar 4, 2016
1 parent f11448c commit 76373b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/source/docs/providers/vsphere/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76373b7

Please sign in to comment.