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:
parent
2e4bb2210d
commit
68b67e556d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user