ionoscloud_volume.swap: Creating...
?
¦ Error: either 'image_name', or 'licenceType' must be set
¦
¦ with ionoscloud_volume.swap,
¦ on main.tf line 55, in resource "ionoscloud_volume" "swap":
¦ 55: resource "ionoscloud_volume" "swap" {
¦
?
The error is correct in general as I didn't add licence_type there. Problem is that terraform complains about "licenceType" when it should be "licence_type". Added "licenceType" to test this and got:
¦ An argument named "licenceType" is not expected here. Did you mean "licence_type"?
Description
I have a second volume defined as a ionoscloud_volume:
On apply, I get this:
The error is correct in general as I didn't add licence_type there. Problem is that terraform complains about "licenceType" when it should be "licence_type". Added "licenceType" to test this and got:
Environment