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:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user