File tree Expand file tree Collapse file tree
modules/azure/function_app_linux_managed_identity Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ resource "azurerm_linux_function_app" "function_app" {
9696 }
9797 }
9898
99- auth_settings_v2 {
99+ auth_settings_v2 {
100100 auth_enabled = true
101101 require_authentication = var. authentication_settings . require_authentication == null ? false : var. authentication_settings . require_authentication
102102 unauthenticated_action = var. authentication_settings . unauthenticated_action == null ? null : var. authentication_settings . unauthenticated_action
@@ -254,7 +254,7 @@ resource "azuread_group_member" "registered_app_member" {
254254}
255255
256256resource "azuread_application_password" "password" {
257- count = local. should_create_app ? 1 : 0
257+ count = local. should_create_app ? 1 : 0
258258 application_id = azuread_application. application [0 ]. id
259259}
260260
You can’t perform that action at this time.
0 commit comments