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:
Julio Castillo
2026-04-16 19:35:17 +02:00
committed by GitHub
parent 2cb67b3532
commit ad912d795a
16 changed files with 336 additions and 197 deletions

View File

@@ -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" {