Support IAM tag factory context expansion in organization / project modules and FAST resman stage (#3226)

* tag factory context

* support tag factory contexts in resman

* schemas

* fix schema
This commit is contained in:
Ludovico Magnocavallo
2025-07-09 09:04:17 +02:00
committed by GitHub
parent 1da9bbcfb2
commit 53f691320e
18 changed files with 543 additions and 93 deletions

View File

@@ -92,6 +92,7 @@ variable "factories_config" {
quotas = optional(string)
tags = optional(string)
context = optional(object({
iam_principals = optional(map(string), {})
notification_channels = optional(map(string), {})
org_policies = optional(map(map(string)), {})
tag_keys = optional(map(string), {})