vishesh92 commented on code in PR #209: URL: https://github.com/apache/cloudstack-terraform-provider/pull/209#discussion_r2301373854
########## cloudstack/data_source_cloudstack_vpc.go: ########## @@ -37,6 +37,11 @@ func dataSourceCloudstackVPC() *schema.Resource { Schema: map[string]*schema.Schema{ "filter": dataSourceFiltersSchema(), + "projectid": { Review Comment: We already have a field for `project`. It will be better to use that instead of adding a new field. -- 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