- Module to reference
v0.1.2ofavm_res_storage_storageaccountmodule (source) via Issue #67- added optional argument for
locationforfunction_app_storage_accountvariable locationwill resolve to the location of the function app if not supplied infunction_app_storage_accountobject
- added optional argument for
- addressed logic for
webdeploy_publish_basic_authentication_enabledthat only allowed for configuration ifftps_statewas set to"AllAllowed"via Issue #71
Initial condition:
webdeploy_publish_basic_authentication_enabled = var.site_config.ftps_state == "AllAllowed" ? var.webdeploy_publish_basic_authentication_enabled : false
Current condition:
webdeploy_publish_basic_authentication_enabled = var.site_config.ftps_state == "Disabled" ? false : var.webdeploy_publish_basic_authentication_enabled
- addressing bug where dynamic
custom_oidc_v2blocks referenceauthorisation_endpointbutcustom_oidc_v2object hadauthorization_endpointinstead via Issue #66 - addressing bug where optional arguments within
auth_settings_v2were resolving tonullinstead of empty maps / objects, which caused errors via Issue #69active_directory_v2apple_v2azure_static_web_app_v2custom_oidc_v2facebook_v2github_v2google_v2twitter_v2