Files
hunfabric/tests/modules/agent_engine/examples/pickle-gcs.yaml
Julio Castillo d8d66583f8 Bump GCP provider version to 7.33.0 (#4004)
* Bump provider version

* Fix inventories

* Ignore certificates in inventories

* Add header to cloud run recipe

* Optimize file copy for example-based tests

* Remove local references
2026-05-31 21:04:01 +00:00

86 lines
2.6 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
#
# https://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.iam_member_identity["roles/aiplatform.user"]:
condition: []
project: project-id
role: roles/aiplatform.user
module.agent_engine.google_project_iam_member.iam_member_identity["roles/storage.objectViewer"]:
condition: []
project: project-id
role: roles/storage.objectViewer
module.agent_engine.google_storage_bucket.default[0]:
autoclass: []
cors: []
custom_placement_config: []
default_event_based_hold: null
deletion_policy: DELETE
effective_labels:
goog-terraform-provisioned: 'true'
enable_object_retention: null
encryption: []
force_destroy: false
hierarchical_namespace: []
ip_filter: []
labels: null
lifecycle_rule: []
location: EUROPE-WEST8
logging: []
name: my-agent
project: project-id
requester_pays: null
retention_policy: []
storage_class: STANDARD
terraform_labels:
goog-terraform-provisioned: 'true'
timeouts: null
uniform_bucket_level_access: true
module.agent_engine.google_vertex_ai_reasoning_engine.managed[0]:
context_spec: []
deletion_policy: DELETE
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: google-adk
class_methods: null
container_spec: []
deployment_spec: []
identity_type: AGENT_IDENTITY
package_spec:
- dependency_files_gcs_uri: gs://my-bucket/dependencies.tar.gz
pickle_object_gcs_uri: gs://my-bucket/pickle.pkl
python_version: '3.13'
requirements_gcs_uri: gs://my-bucket/requirements.txt
service_account: null
source_code_spec: []
terraform_labels:
goog-terraform-provisioned: 'true'
timeouts: null
counts:
google_project_iam_member: 2
google_storage_bucket: 1
google_vertex_ai_reasoning_engine: 1
modules: 1
resources: 4
outputs: {}