Description
The current examples in the terraform-ibm-landing-zone-vpc module do not illustrate how to configure security group rules that use multiple protocols (e.g., TCP, UDP, ICMP) within the same VPC deployment. Adding such an example will help users implement more complex networking requirements.
Proposed changes
- Add a new example under
examples/ (e.g., examples/security-group-multi-protocol) that demonstrates:
- Creating a security group with multiple inbound rules using different protocols for the same source / remote.
- Including variations for ports and CIDR blocks.
- Update the README to reference this new example.