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:
@@ -64,6 +64,9 @@ output "scc_custom_sha_modules_ids" {
|
||||
output "service_agents" {
|
||||
description = "Identities of all folder-level service agents."
|
||||
value = local.service_agents
|
||||
depends_on = [
|
||||
google_folder_service_identity.default
|
||||
]
|
||||
}
|
||||
|
||||
output "sink_writer_identities" {
|
||||
|
||||
Reference in New Issue
Block a user