Merge branch 'master' into fast-dev

This commit is contained in:
Ludo
2025-05-02 14:39:28 +02:00
7 changed files with 26 additions and 6 deletions

View File

@@ -19,6 +19,7 @@ variable "data_defaults" {
type = object({
billing_account = optional(string)
contacts = optional(map(list(string)), {})
deletion_policy = optional(string)
factories_config = optional(object({
custom_roles = optional(string)
observability = optional(string)
@@ -94,6 +95,7 @@ variable "data_overrides" {
# data overrides default to null to mark that they should not override
billing_account = optional(string)
contacts = optional(map(list(string)))
deletion_policy = optional(string)
factories_config = optional(object({
custom_roles = optional(string)
observability = optional(string)