79 lines
2.5 KiB
YAML
79 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_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]:
|
|
context_spec: []
|
|
deletion_policy: null
|
|
description: Terraform managed.
|
|
display_name: my-agent
|
|
effective_labels:
|
|
goog-terraform-provisioned: 'true'
|
|
encryption_spec: []
|
|
labels: null
|
|
project: project-id
|
|
region: europe-west8
|
|
spec:
|
|
- agent_framework: null
|
|
class_methods: null
|
|
container_spec:
|
|
- image_uri: us-central1-docker.pkg.dev/my-project/my-repo/my-image:latest
|
|
deployment_spec:
|
|
- env:
|
|
- name: FOO
|
|
value: bar
|
|
psc_interface_config: []
|
|
secret_env: []
|
|
identity_type: null
|
|
package_spec: []
|
|
service_account: my-agent@project-id.iam.gserviceaccount.com
|
|
source_code_spec: []
|
|
terraform_labels:
|
|
goog-terraform-provisioned: 'true'
|
|
timeouts: null
|
|
module.agent_engine.time_sleep.wait_5_minutes:
|
|
create_duration: 5m
|
|
destroy_duration: null
|
|
triggers: null
|
|
|
|
counts:
|
|
google_project_iam_member: 2
|
|
google_service_account: 1
|
|
google_vertex_ai_reasoning_engine: 1
|
|
modules: 1
|
|
resources: 5
|
|
time_sleep: 1
|
|
|
|
outputs: {}
|