weizhouapache commented on code in PR #209:
URL: 
https://github.com/apache/cloudstack-terraform-provider/pull/209#discussion_r2301401523


##########
cloudstack/data_source_cloudstack_vpc.go:
##########
@@ -37,6 +37,11 @@ func dataSourceCloudstackVPC() *schema.Resource {
                Schema: map[string]*schema.Schema{
                        "filter": dataSourceFiltersSchema(),
 
+                       "projectid": {

Review Comment:
   `Optional: true,` helps
   
   however, then we need to get the project (by name) at first, then list 
resources in the project
   



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

Reply via email to