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:
committed by
GitHub
parent
894a0f5975
commit
68955ff809
@@ -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}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user