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
I have just added support for combustion in sumaform. If you have this error, this means that you need to update your
terraform libvirt provider from the sumaform repo.
│ Error: Invalid resource type
│
│ on /home/ebischoff/sumaform-eric/backend_modules/libvirt/host/main.tf line 91, in resource "libvirt_combustion" "combustion_disk":
│ 91: resource "libvirt_combustion" "combustion_disk" {
│
│ The provider dmacvicar/libvirt does not support resource type "libvirt_combustion".
Run zypper in terraform-provider-libvirt and then edit your .terraform.lock.hcl, remove the following block and run terraform init:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have just added support for combustion in sumaform. If you have this error, this means that you need to update your
terraform libvirt provider from the sumaform repo.
Run
zypper in terraform-provider-libvirt
and then edit your.terraform.lock.hcl
, remove the following block and runterraform init
:Sorry for the inconvenience.
Beta Was this translation helpful? Give feedback.
All reactions