Expose tags in project factory (#2929)

* Expose tags in project factory

* Update readme

* Remove default and update schema

* Fix tests
This commit is contained in:
Julio Castillo
2025-02-24 23:12:17 +01:00
committed by GitHub
parent 3ed801c464
commit 50265f2169
6 changed files with 80 additions and 3 deletions

View File

@@ -87,6 +87,7 @@ module "projects" {
for k, v in merge(each.value.tag_bindings, var.data_merges.tag_bindings) :
k => lookup(var.factories_config.context.tag_values, v, v)
}
tags = each.value.tags
vpc_sc = each.value.vpc_sc
}