Curverneur opened a new pull request, #265: URL: https://github.com/apache/cloudstack-terraform-provider/pull/265
## Description This PR introduces support for configuring a destination network in outgoing firewall rules, a feature introduced in [API v4.10](https://cloudstack.apache.org/api/apidocs-4.10/apis/createEgressFirewallRule.html). The change is backward-compatible and not a breaking change, allowing users to optionally specify `dest_cidr_list` in their configuration. ## References API: https://cloudstack.apache.org/api/apidocs-4.22/apis/createEgressFirewallRule.html ## Changes Added `dest_cidr_list` option to the rules block of `cloudstack_egress_firewall` and updated the documentation page accordingly. - modified `cloudstack/resource_cloudstack_egress_firewall.go` - modified `website/docs/r/egress_firewall.html.markdown` <img height="400" alt="dest_cidr_empty" src="https://github.com/user-attachments/assets/10a622f8-71ac-4c19-8f9e-acf58a6a3097" /> <img height="400" alt="dest_cidr_filled" src="https://github.com/user-attachments/assets/3ca39ac4-ae01-473d-9d35-cd5da8517214" /> -- 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]
