5.1.0 (2024-11-26)
- configure basic authentication for publishing (#77) (562a282)
- configure client certificate mode (#80) (c7c1859)
- configure FTPS state (#81) (815df1f)
- configure HTTP/2 protocol (#82) (937d8b1)
- disable built-in logging (#79) (cdf5107)
5.0.2 (2024-08-26)
5.0.1 (2024-08-23)
5.0.0 (2024-08-22)
- 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
.
- configure app settings (#68) (9f6408c)
- connect to Storage using RBAC (#65) (1d97892)
- deny public network access by default (#69) (bce2065)
- remove deprecated App Insights instrumentation key (#71) (43e401f)
4.1.0 (2024-03-21)
4.0.0 (2024-03-19)
- 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.
3.6.0 (2024-02-22)
3.5.2 (2023-12-20)
3.5.1 (2023-09-27)
3.5.0 (2023-09-25)
3.4.1 (2023-09-22)
3.4.0 (2023-09-20)
3.3.0 (2023-09-19)
3.2.1 (2023-09-19)
3.2.0 (2023-09-19)
3.1.2 (2023-09-15)
3.1.1 (2023-09-15)
3.1.0 (2023-09-14)
3.0.0 (2023-07-26)
- remove variable
identity
, add variablessystem_assigned_identity_enabled
andidentity_ids
.
2.1.2 (2023-07-26)
2.1.1 (2023-06-16)
2.1.0 (2023-04-27)
2.0.0 (2023-04-17)
- submodule
app
is now main module.