Remove unnecessary input.

This commit is contained in:
2026-02-23 20:25:13 +01:00
parent d2221a1abb
commit 7c641d5e5c
3 changed files with 10 additions and 12 deletions

View File

@@ -35,9 +35,3 @@ variable "principal_type" {
default = "ServicePrincipal"
description = "Value for azurerm_role_assignment.principal_type (e.g., ServicePrincipal, User, Group)."
}
variable "skip_service_principal_aad_check" {
type = bool
default = true
description = "Whether to skip the Azure AD check for service principals."
}