You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"azuredevops_iteration_permissions" {
source="./modules/azuredevops/r/azuredevops_iteration_permissions"# path - (optional) is a type of stringpath=null# permissions - (required) is a type of map of stringpermissions={}
# principal - (required) is a type of stringprincipal=null# project_id - (required) is a type of stringproject_id=null# replace - (optional) is a type of boolreplace=null
}
resource"azuredevops_iteration_permissions""this" {
# path - (optional) is a type of stringpath=var.path# permissions - (required) is a type of map of stringpermissions=var.permissions# principal - (required) is a type of stringprincipal=var.principal# project_id - (required) is a type of stringproject_id=var.project_id# replace - (optional) is a type of boolreplace=var.replace
}