Refactor Agent Engine module to support new source based deployments (#3609)

* Refactor Agent Engine module to support new source based deployments

* Fix linting

* Fix tests

* Fix tests

* Remove generated_pickle line from examples

* Fix indentation

* Delete modules/agent-engine/terraform.atfvars

---------

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
This commit is contained in:
Luca Prete
2026-01-04 09:11:46 +01:00
committed by GitHub
parent c4447993d3
commit d0d7c64670
18 changed files with 562 additions and 744 deletions

View File

@@ -14,9 +14,14 @@
* limitations under the License.
*/
output "agent" {
description = "The Agent Engine object."
value = local.resource.object
}
output "id" {
description = "Fully qualified Agent Engine id."
value = google_vertex_ai_reasoning_engine.default.id
value = local.resource.id
}
output "service_account" {