-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Azure/terraform-azurerm-caf-enterprise-scale
#1243Labels
Transfer From: caf-enterprise-scale β‘οΈIssue transferred from Azure/terraform-azurerm-caf-enterprise-scaleIssue transferred from Azure/terraform-azurerm-caf-enterprise-scale
Description
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
amcfalls, tobiasehlert and patrikwm
Metadata
Metadata
Assignees
Labels
Transfer From: caf-enterprise-scale β‘οΈIssue transferred from Azure/terraform-azurerm-caf-enterprise-scaleIssue transferred from Azure/terraform-azurerm-caf-enterprise-scale
Type
Projects
Status
In progress