Skip to content

Commit b530689

Browse files
feat: App Services optional Entra ID group memberships
1 parent 3c9f0d3 commit b530689

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

infrastructure/modules/linux-web-app/variables.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ variable "assigned_identity_ids" {
2828
description = "The list of User Assigned Identity IDs to assign to the Web App."
2929
}
3030

31+
variable "azuread_group_ids" {
32+
type = list(string)
33+
default = []
34+
}
35+
3136
variable "cont_registry_use_mi" {
3237
description = "Should connections for Azure Container Registry use Managed Identity."
3338
}

0 commit comments

Comments
 (0)