azure icon indicating copy to clipboard operation
azure copied to clipboard

azure_rm_loadbalancer support for outbound rules

Open wrprice opened this issue 5 years ago • 4 comments

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 avatar Jun 14 '20 17:06 wrprice

@wrprice Thank you very much for submitting this problem. We will investigate. Thank you very much!

Fred-sun avatar Jul 23 '20 09:07 Fred-sun

Hi there,

Is there any news on this feature request?

Cheers, Aymeric

abringard avatar Jan 15 '24 22:01 abringard

@abringard I'm working on this! Thank you very much!

Fred-sun avatar Jan 16 '24 01:01 Fred-sun

Fantastic! :)

Thanks to you!

abringard avatar Jan 16 '24 13:01 abringard

Added in #1965

Fred-sun avatar Jun 17 '25 10:06 Fred-sun