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_plannew_service_plan
- removed related outputs:
service_planservice_plan_idservice_plan_name
- removed the following variables:
Users will need to reference an app service plan using
service_plan_resource_id, thus making it arequiredinput.
- module no longer supports the creation and management of
Storage AccountforFunction App- removed the following variables:
function_app_create_storage_accountfunction_app_storage_accountfunction_app_storage_account_access_keyfunction_app_storage_account_inherit_lockfunction_app_storage_account_namefunction_app_storage_uses_managed_identity
- removed related outputs:
storage_accountstorage_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.
Terraformminimum required version raised to1.9
Feature(s)
None
Update(s)
fix: addressing Issue #120 whereazurerm_windows_function_appsite configwas missingip_restriction_default_actionandscm_ip_restriction_default_action- improvements variable documentation