Merge pull request #3962 from miguelaferreira/patch-1

provider/cloudstack docs: use underscore in virtual machine attribute
This commit is contained in:
James Nugent 2015-11-18 17:14:58 +02:00
commit b177370bdc
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ resource "cloudstack_disk" "default" {
attach = "true"
disk_offering = "custom"
size = 50
virtual-machine = "server-1"
virtual_machine = "server-1"
zone = "zone-1"
}
```