rohityadavcloud commented on code in PR #83:
URL: 
https://github.com/apache/cloudstack-terraform-provider/pull/83#discussion_r1494973592


##########
cloudstack/resource_cloudstack_instance.go:
##########
@@ -277,6 +283,11 @@ func resourceCloudStackInstanceCreate(d 
*schema.ResourceData, meta interface{})
                p.SetRootdisksize(int64(rootdisksize.(int)))
        }
 
+       if d.Get("uefi").(bool) {
+               p.SetBoottype("UEFI")
+               p.SetBootmode("Legacy")

Review Comment:
   Should the boot mode be configurable?



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