73 lines
2.5 KiB
YAML
73 lines
2.5 KiB
YAML
# Copyright 2026 Google LLC
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
values:
|
|
module.agent_engine.google_project_iam_member.default["roles/aiplatform.user"]:
|
|
condition: []
|
|
member: serviceAccount:my-agent@project-id.iam.gserviceaccount.com
|
|
project: project-id
|
|
role: roles/aiplatform.user
|
|
module.agent_engine.google_project_iam_member.default["roles/storage.objectViewer"]:
|
|
condition: []
|
|
member: serviceAccount:my-agent@project-id.iam.gserviceaccount.com
|
|
project: project-id
|
|
role: roles/storage.objectViewer
|
|
module.agent_engine.google_project_iam_member.default["roles/viewer"]:
|
|
condition: []
|
|
member: serviceAccount:my-agent@project-id.iam.gserviceaccount.com
|
|
project: project-id
|
|
role: roles/viewer
|
|
module.agent_engine.google_service_account.service_account[0]:
|
|
account_id: my-agent
|
|
create_ignore_already_exists: null
|
|
description: null
|
|
disabled: false
|
|
display_name: my-agent
|
|
email: my-agent@project-id.iam.gserviceaccount.com
|
|
member: serviceAccount:my-agent@project-id.iam.gserviceaccount.com
|
|
project: project-id
|
|
timeouts: null
|
|
module.agent_engine.google_vertex_ai_reasoning_engine.managed[0]:
|
|
description: Terraform managed.
|
|
display_name: my-agent
|
|
encryption_spec: []
|
|
project: project-id
|
|
region: europe-west8
|
|
spec:
|
|
- agent_framework: google-adk
|
|
class_methods: null
|
|
deployment_spec: []
|
|
package_spec:
|
|
- dependency_files_gcs_uri: dependencies.tar.gz
|
|
pickle_object_gcs_uri: pickle.pkl
|
|
python_version: '3.12'
|
|
requirements_gcs_uri: requirements.txt
|
|
service_account: my-agent@project-id.iam.gserviceaccount.com
|
|
source_code_spec: []
|
|
timeouts: null
|
|
module.agent_engine.time_sleep.wait_5_minutes:
|
|
create_duration: 5m
|
|
destroy_duration: null
|
|
triggers: null
|
|
|
|
counts:
|
|
google_project_iam_member: 3
|
|
google_service_account: 1
|
|
google_vertex_ai_reasoning_engine: 1
|
|
modules: 1
|
|
resources: 6
|
|
time_sleep: 1
|
|
|
|
outputs: {}
|