poddm commented on PR #138:
URL: 
https://github.com/apache/cloudstack-terraform-provider/pull/138#issuecomment-2442527839

   > @poddm Thank you so much for looking into this.
   > 
   > Once this offering stuff is complete, I still need a way to implement this 
with the `cloudstack_instance` resource. If I specify an offering that is 
`constrained/dynamic`, I need a way in the `cloudstack_instance` resource to 
specify the `min/max` of the `CPU, Mem..etc`. Otherwise right now it will just 
fail saying that it's missing values I'm not able to provide currently, and I 
can't use it.
   > 
   > Is this something you can fix with a new PR for `cloudstack_instance`
   
   You can provide the values in the details field.
   
   ```hcl
   resource "cloudstack_instance" "this" {
       name               = cloud
       display_name = "cloud details"
       details          = {cpuNumber = "4", memory = "2048"}
   }
   ```
   


-- 
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

Reply via email to