Project service agents moved block and enabled services (#2443)

* moved block for jit service agents

* allow passing in enabled services to service agent config
This commit is contained in:
Ludovico Magnocavallo
2024-07-24 14:02:53 +02:00
committed by GitHub
parent 9b14160731
commit 64b403860e
3 changed files with 20 additions and 13 deletions

View File

@@ -213,6 +213,7 @@ variable "service_agents_config" {
type = object({
create_primary_agents = optional(bool, true)
grant_default_roles = optional(bool, true)
services_enabled = optional(list(string), [])
})
default = {}
nullable = false