vishesh92 commented on code in PR #289:
URL: 
https://github.com/apache/cloudstack-terraform-provider/pull/289#discussion_r3084202744


##########
cloudstack/resource_cloudstack_network.go:
##########
@@ -74,7 +74,7 @@ func resourceCloudStackNetwork() *schema.Resource {
 
                        "cidr": {
                                Type:     schema.TypeString,
-                               Required: true,
+                               Optional: true,

Review Comment:
   I am thinking that we don't need this for isolated networks. since it adds 
the default CIDR if not specified. We should fetch the CIDR in those cases.



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