We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c9f0d3 commit b530689Copy full SHA for b530689
infrastructure/modules/linux-web-app/variables.tf
@@ -28,6 +28,11 @@ variable "assigned_identity_ids" {
28
description = "The list of User Assigned Identity IDs to assign to the Web App."
29
}
30
31
+variable "azuread_group_ids" {
32
+ type = list(string)
33
+ default = []
34
+}
35
+
36
variable "cont_registry_use_mi" {
37
description = "Should connections for Azure Container Registry use Managed Identity."
38
0 commit comments