Releases: Azure/terraform-azurerm-avm-res-web-site
Releases · Azure/terraform-azurerm-avm-res-web-site
v0.19.1
Breaking Changes
N/a
Features
- support for
512
as a valid value forinstance_memory_in_mb
for flex consumption function apps via #231 (@tsutsu3)
Updates
- new
existing
example (addresses Issue #230)
What's Changed
doc
: new example for existing resources by @donovm4 in #233feat
: add support for512
forinstance_memory_in_mb
by @donovm4 in #234
Full Changelog: v0.19.0...v0.19.1
v0.19.0
Breaking Changes
- updating
metric
toenabled_metric
for diagnostic settings (addresses #225)
Features
- application insights instrumentation key logic added to logic app (addresses #223)
https_only
added to function app consumption (addresses #221)virtual_network_backup_restore_enabled
functionality added to web apps (addresses #220)
Updates
main.custom_domains.tf
spelling corrected
What's Changed
- chore: pre-commit updates by @azure-verified-modules[bot] in #216
- chore: pre-commit updates by @azure-verified-modules[bot] in #226
- release/v0.19 overhaul by @donovm4 in #227
- chore: pre-commit updates by @azure-verified-modules[bot] in #228
- Fix misspelling in filename by @mrolli in #229
New Contributors
Full Changelog: v0.18.0...v0.19.0
v0.18.0
Breaking Change(s)
- potential breaking change regarding diagnostics setting to use
category
forlog_categories
- potential breaking change regarding removing setting
virtual_application
by default , as provider issue needing workaround has been resolved (see here), addressing Issue #211
Feature(s)
vnet_image_pull_enabled
functionality available (addresses #210)
Update(s)
- removed
clent_secret_setting_name
as its value will be decided automatically based on the result of applying the configuration. attempting to set this argument resulted in errors withcustom_oidc_v2
blocks as mentioned in Issue #206- added
auth_settings_v2
inexamples
/web_app
- added
- updated
examples
/ip_restriction
to show proper configuration ofheaders
, addressing #215
What's Changed
- chore: pre-commit updates by @azure-verified-modules[bot] in #205
- chore: pre-commit updates by @azure-verified-modules[bot] in #208
update
: diagnostic settings to usecategory
<--category_group
by @donovm4 in #213bugfix
: removing client_secret_setting_name from root module by @donovm4 in #214
Full Changelog: v0.17.2...v0.18.0
v0.17.2
Breaking Change(s)
NONE
Feature(s)
- new variable
storage_user_assigned_identity_id
for flex consumption scenarios with user assigned identites
Update(s)
- revised to
required_version
to accept">= 1.9, < 2.0"
- updated the following logic
storage_access_key = var.storage_authentication_type == "StorageAccountConnectionString" ? var.storage_account_access_key : null
storage_user_assigned_identity_id = var.storage_authentication_type == "UserAssignedIdentity" ? var.storage_user_assigned_identity_id : null
v0.17.1
Breaking Change(s)
NONE
Feature(s)
virtual_network_backup_restore_enabled
for function appsscm_publish_basic_authentication_enabled
functionality (from0.17.0
)ftp_publish_basic_authentication_enabled
functionality (from0.17.0
)
Update(s)
vnet_image_pull_enabled through
azurerminstead of
azapi`
v0.17.0
Breaking Change(s)
- Deprecation of
access_key
indeployment_slots
. Please refer toslots_storage_shares_to_mount_sensitive_values
. (addresses #196)
Feature(s)
- New variable
vnet_image_pull_enabled
allowing for vnet image pulling. (addresses #197)
Update(s)
cookie_expiration_time
now defaults to08:00:00
.- Updated logic for
system_assigned_mi_principal_id_slots
.