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:
Ludovico Magnocavallo
2025-11-27 13:45:52 +01:00
committed by GitHub
parent e623c01d83
commit a8384b85d1
4 changed files with 27 additions and 12 deletions

View File

@@ -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