Add project quotas factory

This commit is contained in:
Wiktor Niesiobędzki
2024-04-10 19:19:13 +00:00
committed by Wiktor Niesiobędzki
parent 7833203d87
commit a236222a93
4 changed files with 129 additions and 23 deletions

View File

@@ -71,6 +71,7 @@ variable "factories_config" {
type = object({
custom_roles = optional(string)
org_policies = optional(string)
quotas = optional(string)
})
nullable = false
default = {}