terraform/proxmox/staging: Actually use the right storage type
Test Plan
terraform plan is fine terraform apply (yes) terraform plan no longer wants to do anything after applying
$ terraform plan
Refreshing Terraform state in-memory prior to plan...
The refreshed state will be used to calculate this plan, but will not be
persisted to local or remote state storage.
module.worker0.proxmox_vm_qemu.node: Refreshing state... [id=beaubourg/qemu/117]
module.deposit.proxmox_vm_qemu.node: Refreshing state... [id=beaubourg/qemu/120]
module.journal0.proxmox_vm_qemu.node: Refreshing state... [id=beaubourg/qemu/122]
module.storage0.proxmox_vm_qemu.node: Refreshing state... [id=orsay/qemu/114]
module.vault.proxmox_vm_qemu.node: Refreshing state... [id=beaubourg/qemu/121]
module.webapp.proxmox_vm_qemu.node: Refreshing state... [id=branly/qemu/119]
module.worker1.proxmox_vm_qemu.node: Refreshing state... [id=beaubourg/qemu/118]
module.db0.proxmox_vm_qemu.node: Refreshing state... [id=orsay/qemu/115]
module.worker2.proxmox_vm_qemu.node: Refreshing state... [id=branly/qemu/112]
proxmox_vm_qemu.gateway: Refreshing state... [id=beaubourg/qemu/109]
module.scheduler0.proxmox_vm_qemu.node: Refreshing state... [id=beaubourg/qemu/116]
------------------------------------------------------------------------
No changes. Infrastructure is up-to-date.
This means that Terraform did not detect any differences between your
configuration and real physical resources that exist. As a result, no
actions need to be performed.
but some error happened... migrated/migration$806
Migrated from D4192 (view on Phabricator)