Skip to content

How to add a second IP to Azure FirewallΒ #513

@ddejaham

Description

@ddejaham

Community Note

  • Please vote on this issue by adding a πŸ‘ reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Versions

terraform:
v1.4.6

azure provider:
v3.61.0

module:
source = "Azure/caf-enterprise-scale/azurerm"
version = "4.2.0"

Description

Describe the bug

Hello,
We currently have an Azure Firewall deployed with one public IP and would like to add a second. We couldn't find in the documentation how to do this, so we looked in the code and saw that it's possible to enforce the "ip_configuration" part with "custom_settings".
However, according to the azurerm_firewall documentation, each IP requires it's own "ip_configuration" block and in "custom_settings" we can only set one.
So I'd like to know how to add a second public IP.

Steps to Reproduce

No Steps as it's not a bug.

Screenshots

Additional context

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    In progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions