Skip to content

Add firewall Public IP Prefix as output#178

Merged
SazniMohamed merged 1 commit intowso2:mainfrom
SazniMohamed:main-sep-1
Sep 1, 2025
Merged

Add firewall Public IP Prefix as output#178
SazniMohamed merged 1 commit intowso2:mainfrom
SazniMohamed:main-sep-1

Conversation

@SazniMohamed
Copy link
Contributor

@SazniMohamed SazniMohamed commented Sep 1, 2025

Description

Added an output in the Firewall-Multiple-PIP module to expose the Public IP Prefix of the IP addresses attached to the firewall. This allows other modules or the root configuration to reference the firewall’s public IP prefix for further resource dependencies.

Output added:

output "firewall_public_ip_prefix" {
  depends_on = [azurerm_public_ip_prefix.public_ip_prefix_fw]
  value      = azurerm_public_ip_prefix.public_ip_prefix_fw.ip_prefix
}

Impact:

Makes the firewall’s Public IP Prefix available externally.

Ensures dependent resources can reference it safely.

@SazniMohamed SazniMohamed merged commit e22537d into wso2:main Sep 1, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants