At the moment only source_port_ranges are supported in subnet rules. The configuration of ```hcl source_port_ranges = ["0-65535"] ``` leads to a warning while performing a terraform apply. This can be avoided by being able to configure ```hcl source_port_range = "*" ```
At the moment only source_port_ranges are supported in subnet rules. The configuration of
leads to a warning while performing a terraform apply. This can be avoided by being able to configure