vishesh92 commented on code in PR #283:
URL:
https://github.com/apache/cloudstack-terraform-provider/pull/283#discussion_r2916276314
##########
cloudstack/resource_cloudstack_private_gateway.go:
##########
@@ -85,6 +85,13 @@ func resourceCloudStackPrivateGateway() *schema.Resource {
Required: true,
ForceNew: true,
},
+
+ "bypass_vlan_overlap_check": {
+ Type: schema.TypeBool,
+ Optional: true,
+ Default: false,
+ ForceNew: true,
Review Comment:
I don't have any strong opinion here but I am not really sure about this.
Should we keep ForceNew to false?
@weizhouapache @DaanHoogland what do you think?
--
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]