summaryrefslogtreecommitdiff
path: root/examples/azdo-based-cicd/variables.tf
blob: e4be5dd04bdb86d1926752f7ccf03e297e77785c (plain)
1
2
3
4
variable "aad_users" {
  description = "A list of AAD user emails that will be granted access to the provisioned project. These are assumed to be part of an AAD group linked to the AzDO org. eg  [\"shanw_cicoria@microsoft.com\"]"
  type        = list(string)
}