mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 02:31:10 +00:00
fix(examples): datastore_id
is missing in initialization
block for vm (#1136)
fix: datastore_id is missing in initialization block otherwise it defaults to dvInitializationDatastoreID Signed-off-by: dyadMisha <37950256+dyadMisha@users.noreply.github.com>
This commit is contained in:
parent
ef97ba6344
commit
6a5beccf91
@ -148,6 +148,7 @@ resource "proxmox_virtual_environment_vm" "example" {
|
||||
}
|
||||
|
||||
initialization {
|
||||
datastore_id = local.datastore_id
|
||||
// if unspecified:
|
||||
// - autodetected if there is a cloud-init device on the template
|
||||
// - otherwise defaults to ide2
|
||||
|
Loading…
Reference in New Issue
Block a user