Add context to organization policiy factories (#2876)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user