bradh352 commented on code in PR #283:
URL: 
https://github.com/apache/cloudstack-terraform-provider/pull/283#discussion_r2911085298


##########
cloudstack/resource_cloudstack_private_gateway.go:
##########
@@ -85,6 +85,12 @@ func resourceCloudStackPrivateGateway() *schema.Resource {
                                Required: true,
                                ForceNew: true,
                        },
+
+                       "bypassvlanoverlapcheck": {
+                               Type:     schema.TypeBool,
+                               Optional: true,
+                               Default:  false,
+                       },

Review Comment:
   The cloudstack API is create-only for bypassvlanoverlapcheck.  This copilot 
evaluation is wrong.



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