Add skip_iam option to project service agents config (#4005)

This commit is contained in:
Julio Castillo
2026-06-01 06:36:07 +02:00
committed by GitHub
parent 982717188d
commit e3e261442f
5 changed files with 112 additions and 12 deletions

View File

@@ -332,6 +332,7 @@ variable "service_agents_config" {
create_primary_agents = optional(bool, true)
grant_default_roles = optional(bool, true)
grant_service_agent_editor = optional(bool, true)
skip_iam = optional(set(string), [])
})
default = {}
nullable = false