mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-01 19:12:59 +00:00
Update example with disk interface
This commit is contained in:
parent
2e4bb2210d
commit
68b67e556d
@ -8,6 +8,7 @@ resource "proxmox_virtual_environment_vm" "example_template" {
|
|||||||
disk {
|
disk {
|
||||||
datastore_id = "${element(data.proxmox_virtual_environment_datastores.example.datastore_ids, index(data.proxmox_virtual_environment_datastores.example.datastore_ids, "local-lvm"))}"
|
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}"
|
file_id = "${proxmox_virtual_environment_file.ubuntu_cloud_image.id}"
|
||||||
|
interface = "scsi0"
|
||||||
}
|
}
|
||||||
|
|
||||||
initialization {
|
initialization {
|
||||||
|
Loading…
Reference in New Issue
Block a user