0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 11:02:59 +00:00

Update example with disk interface

This commit is contained in:
Lucas Hahn 2020-06-08 10:58:16 +02:00
parent 2e4bb2210d
commit 68b67e556d

View File

@ -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 {