resource "azapi_resource" "quotas" {
body = {
properties = {
limit = {
limitObjectType = "LimitValue"
limitType = ""
value = 35
}
name = {
value = "standardDADSv5Family"
}
resourceType = "managedDevOpsPools"
}
}
id = (known after apply)
ignore_casing = false
ignore_missing_property = true
name = "standardDADSv5Family"
output = (known after apply)
parent_id = "/subscriptions/xxxxx-xxxx-xxxx-xxx/providers/Microsoft.DevOpsInfrastructure/locations/germanywestcentral"
schema_validation_enabled = true
type = "Microsoft.Quota/quotas@2025-03-01"
}