Update Firewall and PostgreSQL-Flexible-Server modules to support AzureRM 4.x.x#143
Merged
athiththan11 merged 4 commits intowso2:mainfrom Jan 28, 2025
Merged
Update Firewall and PostgreSQL-Flexible-Server modules to support AzureRM 4.x.x#143athiththan11 merged 4 commits intowso2:mainfrom
athiththan11 merged 4 commits intowso2:mainfrom
Conversation
VimukthiPerera
approved these changes
Jan 28, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request includes several updates to the Azure Resource Manager (azurerm) modules, focusing on enhancing network policy configurations and updating provider versions. The most important changes include modifying network policy variables, adding new configuration options for PostgreSQL servers, and updating the required provider versions.
Network policy updates:
modules/azurerm/Firewall/network.tf: Changed theprivate_endpoint_network_policies_enabledvariable toprivate_endpoint_network_policiesfor better flexibility in network policy configurations.modules/azurerm/Firewall/variables.tf: Updated thefirewall_subnet_enforce_private_link_endpoint_network_policiesvariable toprivate_endpoint_network_policieswith more descriptive options.PostgreSQL server configuration:
modules/azurerm/PostgreSQL-Flexible-Server/postgresql_server.tf: Added thepublic_network_access_enabledvariable to allow configuration of public network access for PostgreSQL servers.modules/azurerm/PostgreSQL-Flexible-Server/variables.tf: Introduced thepublic_network_access_enabledvariable to control public network access settings.Provider version updates:
modules/azurerm/Firewall/versions.tf: Updated the requiredazurermprovider version to>= 4.0.0.modules/azurerm/PostgreSQL-Flexible-Server/versions.tf: Updated the requiredazurermprovider version to>= 4.0.0.