variable "resource_group_name" {
  type        = string
  description = "Resource group name"
}

variable "service_principal_name" {
  type        = string
  description = "Service principal name"
}

variable "region" {
  type        = string
  description = "Azure resource location"
}