Improve context support in vpc-sc module and stage / new FAST stages small fixes (#3305)

* improve context support in vpc-sc module and stage

* fix stage env files

* fix stage env files

* fix FAST variables comments

* tfdoc

* fix locations order

* fix tests
This commit is contained in:
Ludovico Magnocavallo
2025-09-07 14:59:46 +02:00
committed by GitHub
parent 894a0f5975
commit 68955ff809
39 changed files with 202 additions and 141 deletions

View File

@@ -31,6 +31,9 @@ locals {
)
)
ctx = merge(local._ctx, {
iam_principals_list = {
for k, v in local._ctx.iam_principals : k => [v]
}
project_numbers = {
for k, v in local._ctx.project_numbers : k => "projects/${v}"
}