Orange-Cyberdefense / GOAD

game of active directory
GNU General Public License v3.0
5.12k stars 715 forks source link

Providing with terraform on proxmox: 400 Parameter verification failed #188

Closed LL1201 closed 6 months ago

LL1201 commented 7 months ago

Hello,

I'm attempting to create a lab with Proxmox, and when I use Terraform to create the machines, I encounter the following error:

"Error: error updating VM: 400 Parameter verification failed., error status: {"data":null,"errors":{"pool":"property is not defined in schema and the schema does not allow additional properties"}}" image

Solution #171 doesn't work for me. Then, I tried #179, but once again it didn't work.

If I create the machines without the 'pool' property, they are successfully created. However, upon starting them, they enter in a boot loop.

reaperleo commented 7 months ago

Hi,

https://github.com/Telmate/terraform-provider-proxmox/issues/887#issuecomment-1878134269 This works for me. Also is better to change the pm_parallel variable in the main.tf file to 1 and create the machine without the pool property

leek4leaks commented 7 months ago

Haven't been able to get this working, are there other possible solutions for this issue? Have tried the three workarounds liked in here. image

Mayfly277 commented 6 months ago

200 should solve the issue