v0.11.0
Breaking Change(s)
PLEASE READ! Includes VERY IMPORTANT Breaking Changes
- module no longer supports the creation and management of
App Service Plan
- removed the following variables:
create_service_plan
new_service_plan
- removed related outputs:
service_plan
service_plan_id
service_plan_name
- removed the following variables:
Users will need to reference an app service plan using
service_plan_resource_id
, thus making it arequired
input.
- module no longer supports the creation and management of
Storage Account
forFunction App
- removed the following variables:
function_app_create_storage_account
function_app_storage_account
function_app_storage_account_access_key
function_app_storage_account_inherit_lock
function_app_storage_account_name
function_app_storage_uses_managed_identity
- removed related outputs:
storage_account
storage_account_lock
- removed the following variables:
Users can still supply an existing storage account using
storage_account_access_key
(orstorage_uses_managed_identity
) andstorage_account_name
.
Terraform
minimum required version raised to1.9
Feature(s)
None
Update(s)
fix
: addressing Issue #120 whereazurerm_windows_function_app
site config
was missingip_restriction_default_action
andscm_ip_restriction_default_action
- improvements variable documentation