fix cloudstack_disk documentation

pull/13196/head
Axel FAUVEL 9 years ago
parent b12e7782c9
commit 204789f07c

@ -15,12 +15,12 @@ a virtual machine if the optional parameters are configured.
```
resource "cloudstack_disk" "default" {
name = "test-disk"
attach = "true"
disk_offering = "custom"
size = 50
virtual_machine = "server-1"
zone = "zone-1"
name = "test-disk"
attach = "true"
disk_offering = "custom"
size = 50
virtual_machine_id = "server-1"
zone = "zone-1"
}
```

Loading…
Cancel
Save