weizhouapache commented on code in PR #144:
URL:
https://github.com/apache/cloudstack-terraform-provider/pull/144#discussion_r2301029636
##########
cloudstack/data_source_cloudstack_instance.go:
##########
@@ -37,6 +37,11 @@ func dataSourceCloudstackInstance() *schema.Resource {
Schema: map[string]*schema.Schema{
"filter": dataSourceFiltersSchema(),
+ "projectid": {
+ Type: schema.TypeString,
+ Required: true,
Review Comment:
```suggestion
Optional: true,
```
##########
cloudstack/data_source_cloudstack_ipaddress.go:
##########
@@ -37,6 +37,11 @@ func dataSourceCloudstackIPAddress() *schema.Resource {
Schema: map[string]*schema.Schema{
"filter": dataSourceFiltersSchema(),
+ "projectid": {
+ Type: schema.TypeString,
+ Required: true,
Review Comment:
```suggestion
Optional: true,
```
##########
cloudstack/data_source_cloudstack_vpc.go:
##########
@@ -37,6 +37,11 @@ func dataSourceCloudstackVPC() *schema.Resource {
Schema: map[string]*schema.Schema{
"filter": dataSourceFiltersSchema(),
+ "projectid": {
+ Type: schema.TypeString,
+ Required: true,
Review Comment:
```suggestion
Optional: true,
```
--
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]