From b08e4cc55fa1a1cb3f08b34be4c13bed89f2d440 Mon Sep 17 00:00:00 2001 From: Alex Kulikovskikh Date: Mon, 9 Nov 2020 18:58:58 -0500 Subject: [PATCH] Update vm.md Due to merge [#46](https://github.com/danitso/terraform-provider-proxmox/pull/46/files) --- docs/resources/vm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/vm.md b/docs/resources/vm.md index ec779d10..b904faba 100644 --- a/docs/resources/vm.md +++ b/docs/resources/vm.md @@ -184,7 +184,7 @@ output "ubuntu_vm_public_key" { * `read_burstable` - (Optional) The maximum burstable read speed in megabytes per second. * `write` - (Optional) The maximum write speed in megabytes per second. * `write_burstable` - (Optional) The maximum burstable write speed in megabytes per second. -* `initialization` - (Optional) The cloud-init configuration (conflicts with `cdrom`). +* `initialization` - (Optional) The cloud-init configuration. * `datastore_id` - (Optional) The identifier for the datastore to create the cloud-init disk in (defaults to `local-lvm`). * `dns` - (Optional) The DNS configuration. * `domain` - (Optional) The DNS search domain.