Enable creation of organization- and folder-level service agents (#3877)
* Enable creation of organization- and folder-level service agents * formatting * Add folder test * Add org tests * linting * more linting * Fix tests
This commit is contained in:
@@ -178,3 +178,13 @@ variable "organization_id" {
|
||||
error_message = "The organization_id must in the form organizations/nnn."
|
||||
}
|
||||
}
|
||||
|
||||
variable "service_agents_config" {
|
||||
description = "Service agents configuration."
|
||||
type = object({
|
||||
services = optional(list(string), [])
|
||||
create_agents = optional(bool, true)
|
||||
})
|
||||
default = {}
|
||||
nullable = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user