Add Firewall Public IP Association Output & App Configuration Modules#144
Merged
athiththan11 merged 4 commits intowso2:mainfrom Feb 6, 2025
Merged
Add Firewall Public IP Association Output & App Configuration Modules#144athiththan11 merged 4 commits intowso2:mainfrom
athiththan11 merged 4 commits intowso2:mainfrom
Conversation
VimukthiPerera
previously approved these changes
Feb 6, 2025
VimukthiPerera
approved these changes
Feb 6, 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.
Purpose
This pull request introduces several new Terraform resources and variables for managing Azure App Configuration and its keys. The changes include adding new resource definitions, variables, and outputs across multiple files.
Key changes:
New Resource Definitions:
azurerm_app_configurationresource inapp_configuration.tfto manage Azure App Configuration instances.azurerm_app_configuration_keyresource inapp_configuration_key.tfandapp_configuration_key.tfto manage configuration keys for App Configuration. [1] [2]Variable Definitions:
variables.tfto support the new resources, includingapp_configuration_store_id,configuration_keys,app_configuration_abbreviation,app_configuration_name,resource_group_name,location,local_auth_enabled,public_network_access,purge_protection_enabled,sku,soft_delete_retention_days,tags, andreplicas. [1] [2]Outputs:
outputs.tfto expose the ID, name, and endpoint of the App Configuration.Terraform Configuration:
versions.tfto specify required Terraform and provider versions.Additional Output:
firewall_public_ip_associationsinoutput.tfto map firewall public IP names to their IP addresses.