azure
azure copied to clipboard
azure_rm_loadbalancer support for outbound rules
SUMMARY
Add Outbound Rule support to azure_rm_loadbalancer.
ISSUE TYPE
- Feature Idea
COMPONENT NAME
azure_rm_loadbalancer
ADDITIONAL INFORMATION
Support something like:
- azure_rm_loadbalancer:
name: outboundOnlyLb
resource_group: myRg
sku: Standard
frontend_ip_configurations:
- name: egressIp
public_ip_address: myPip
backend_address_pools:
- name: egressPool
outbound_rules:
- name: egressPoolRule
frontend_ip_configuration: egressIp
backend_address_pool: egressPool
protocol: All
idle_timeout: 4 # minutes
tcp_reset: yes
port_allocation:
method: "ports_per_instance" # other options: "default", "maximum_backend_instances"
limit: 1024 # ignored when `method` = "default"
@wrprice Thank you very much for submitting this problem. We will investigate. Thank you very much!
Hi there,
Is there any news on this feature request?
Cheers, Aymeric
@abringard I'm working on this! Thank you very much!
Fantastic! :)
Thanks to you!
Added in #1965