Open bpg opened 1 month ago
I think we can extend the agent
block and add something like
agent {
wait = "cloud-init"
}
Currently the provider implicitly waits on the network interfaces to be available, which may not work reliably for all possible configurations. We might be able to consolidate this checks in one place and configure them through this new wait
attribute.
Discussed in https://github.com/bpg/terraform-provider-proxmox/discussions/389