forked from cloudstack/terraform-provider-cloudstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cloudstack: add port range support for port forwarding rules (apache#157
) Add support for port ranges in port forwarding rules by introducing optional private_end_port and public_end_port fields. This allows users to specify port ranges instead of just single ports when creating port forwarding rules. - Add private_end_port and public_end_port fields as optional parameters - Update createPortForward to handle end port configuration - Modify read function to properly manage end port state - Maintain backward compatibility with existing configurations Fixes apache#157
- Loading branch information
1 parent
a653531
commit 84d4128
Showing
1 changed file
with
39 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters