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:
committed by
GitHub
parent
9b14160731
commit
64b403860e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user