Skip to content

Commit 6d2a1ce

Browse files
mikejwhatCopilot
andauthored
Update azurerm-conditional-access/main.tf
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 38683c2 commit 6d2a1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azurerm-conditional-access/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ locals {
9090
} : {}
9191

9292
# Build excluded users list
93-
excluded_users = var.exclude_guests ? ["GuestsOrExternalUsers"] : null
93+
excluded_users = var.exclude_guests ? ["GuestsOrExternalUsers"] : []
9494
}
9595

9696
resource "msgraph_resource" "policy" {

0 commit comments

Comments
 (0)