From 68b67e556da5b1715dd7833e8ec86ab8ada3bd0e Mon Sep 17 00:00:00 2001 From: Lucas Hahn Date: Mon, 8 Jun 2020 10:58:16 +0200 Subject: [PATCH] Update example with disk interface --- example/resource_virtual_environment_vm.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/example/resource_virtual_environment_vm.tf b/example/resource_virtual_environment_vm.tf index 0816d6eb..1c99bd2c 100644 --- a/example/resource_virtual_environment_vm.tf +++ b/example/resource_virtual_environment_vm.tf @@ -8,6 +8,7 @@ resource "proxmox_virtual_environment_vm" "example_template" { disk { datastore_id = "${element(data.proxmox_virtual_environment_datastores.example.datastore_ids, index(data.proxmox_virtual_environment_datastores.example.datastore_ids, "local-lvm"))}" file_id = "${proxmox_virtual_environment_file.ubuntu_cloud_image.id}" + interface = "scsi0" } initialization {