Auto-grant editor role for cloudservices in project module, expand project ids context in project factory module (#3552)
* service agent editor role * add internal project ids to context replacement for projects in project factory module
This commit is contained in:
committed by
GitHub
parent
e623c01d83
commit
a8384b85d1
@@ -277,8 +277,9 @@ variable "project_reuse" {
|
||||
variable "service_agents_config" {
|
||||
description = "Automatic service agent configuration options."
|
||||
type = object({
|
||||
create_primary_agents = optional(bool, true)
|
||||
grant_default_roles = optional(bool, true)
|
||||
create_primary_agents = optional(bool, true)
|
||||
grant_default_roles = optional(bool, true)
|
||||
grant_service_agent_editor = optional(bool, true)
|
||||
})
|
||||
default = {}
|
||||
nullable = false
|
||||
|
||||
Reference in New Issue
Block a user