You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am trying to create a VM with the Debian 10 cloud image on an ZFS datastore.
Terraform cannot continue because of this error:
module.vm.proxmox_virtual_environment_file.debian_cloud_image: Creating...
module.vm.proxmox_virtual_environment_file.debian_cloud_image: Still creating... [10s elapsed]
module.vm.proxmox_virtual_environment_file.debian_cloud_image: Still creating... [20s elapsed]
module.vm.proxmox_virtual_environment_file.debian_cloud_image: Still creating... [30s elapsed]
module.vm.proxmox_virtual_environment_file.debian_cloud_image: Still creating... [40s elapsed]
module.vm.proxmox_virtual_environment_file.debian_cloud_image: Still creating... [50s elapsed]
module.vm.proxmox_virtual_environment_file.debian_cloud_image: Still creating... [1m0s elapsed]
module.vm.proxmox_virtual_environment_file.debian_cloud_image: Still creating... [1m10s elapsed]
module.vm.proxmox_virtual_environment_file.debian_cloud_image: Still creating... [1m20s elapsed]
Error: Received an HTTP 401 response - Reason: No ticket
on vm/vm_test.tf line 53, in resource "proxmox_virtual_environment_file" "debian_cloud_image":
53: resource "proxmox_virtual_environment_file" "debian_cloud_image" {
Describe the bug
I am trying to create a VM with the Debian 10 cloud image on an ZFS datastore.
Terraform cannot continue because of this error:
To Reproduce
Steps to reproduce the behavior:
Other
The text was updated successfully, but these errors were encountered: