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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user