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


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

Review Comment:
   Verified and can confirm it works as expected. Also, added an acceptance 
test (`TestAccCloudStackNetwork_isolatedNoCidr`) that confirms the API-assigned 
CIDR is read back into state. 



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