Rationalize location defaults across project factory module and FAST stages (#3392)
* group default/overrides locations in a single object in pf module * org setup * project factory stage * fix defaults * pf defaults * security stage defaults
This commit is contained in:
committed by
GitHub
parent
3b3efd57bd
commit
d3c80ce18b
@@ -153,7 +153,11 @@ variable "projects" {
|
||||
})), {})
|
||||
})), {})
|
||||
contacts = optional(map(list(string)), {})
|
||||
iam = optional(map(list(string)), {})
|
||||
datasets = optional(map(object({
|
||||
friendly_name = optional(string)
|
||||
location = optional(string)
|
||||
})), {})
|
||||
iam = optional(map(list(string)), {})
|
||||
iam_bindings = optional(map(object({
|
||||
members = list(string)
|
||||
role = string
|
||||
|
||||
Reference in New Issue
Block a user