weizhouapache commented on PR #297:
URL: 
https://github.com/apache/cloudstack-terraform-provider/pull/297#issuecomment-5317098336

   thanks @artem-sidorenko 
   I checked the cloudstack source code, there is indeed a line below
   ```
   Collections.replaceAll(sourceCidrs, "0.0.0.0/0", network.getCidr());
   ```
   
   If the source cidr list is empty, or contain "0.0.0.0/0", it will be 
replaced with network cidr.
   
   I am not a terraform user, so leave to you guys to determine whether it is 
good to disallow 0.0.0.0/0, and maybe empty source cidr too.
   


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