Add context to organization policiy factories (#2876)

This commit is contained in:
Julio Castillo
2025-02-10 23:24:01 +01:00
committed by GitHub
parent cfe8c130f0
commit 3ffe838e06
12 changed files with 192 additions and 70 deletions

View File

@@ -87,6 +87,7 @@ variable "factories_config" {
quotas = optional(string)
context = optional(object({
notification_channels = optional(map(string), {})
org_policies = optional(map(map(string)), {})
}), {})
})
nullable = false