Releases: equinor/terraform-azurerm-function-app
Releases · equinor/terraform-azurerm-function-app
v5.1.0
v5.0.2
v5.0.1
v5.0.0
5.0.0 (2024-08-22)
⚠ BREAKING CHANGES
- remove variable
application_insights_key
. To migrate your project, use variableapplication_insights_connection_string
instead. - public network access denied by default. To keep public network access allowed by default, set the value of variables
ip_restriction_default_action
andscm_ip_restriction_default_action
to"Allow"
. - changes to app settings will no longer be ignored. To migrate your project, configure app settings for your Function App using the new
app_settings
variable. Consider using App Configuration and Key Vault references to continue managing settings outside of Terraform. - remove variables
storage_account_name
,storage_account_key
andsystem_assigned_identity_enabled
. Add required variablestorage_account_id
.
Features
v4.1.0
v4.0.0
4.0.0 (2024-03-19)
⚠ BREAKING CHANGES
- split variable
application_stack
object properties into variablesapplication_stack_dotnet_version
,application_stack_use_dotnet_isolated_runtime
,application_stack_java_version
,application_stack_node_version
,application_stack_python_version
andapplication_stack_powershell_core_version
. Option to set application stackuse_custom_runtime
has been removed.