bhouse-nexthop commented on code in PR #280:
URL:
https://github.com/apache/cloudstack-terraform-provider/pull/280#discussion_r2912190411
##########
cloudstack/resource_cloudstack_instance.go:
##########
@@ -516,6 +541,11 @@ func resourceCloudStackInstanceRead(d
*schema.ResourceData, meta interface{}) er
d.Set("display_name", vm.Displayname)
d.Set("group", vm.Group)
+ // Set the project if the instance belongs to one
+ if vm.Project != "" {
+ d.Set("project", vm.Project)
+ }
Review Comment:
fixed in 539c072
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]