vishesh92 commented on code in PR #289:
URL:
https://github.com/apache/cloudstack-terraform-provider/pull/289#discussion_r3091499549
##########
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:
This will require terraform to read the value from the output when it's not
defined as well. Check if this is working as expected.
--
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]