chrxmvtik commented on issue #148: URL: https://github.com/apache/cloudstack-terraform-provider/issues/148#issuecomment-2536081039
Hi @CodeBleu sorry for the offtop, but I just wanted to know, how you managed to make `details` work. When I specified custom compute service offering and then set details with proper values I got an error like: ``` │ Error: Error changing the service offering for instance worker: CloudStack API error 431 (CSExceptionErrorCode: 4350): | Need to specify custom parameter values cpu, cpu speed and memory when using custom offering │ │ with worker, │ on modules/cloudstack/main.tf line 125, in resource "cloudstack_instance" "worker": │ 125: resource "cloudstack_instance" "worker" { │ ╵ ``` Terraform instance definition has details parameter set like this: `details = { cpuNumber = "8", cpuSpeed = "2000", memory = "6144" }` There is basically no documentation how that should work, maybe any clues? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org