This repo contains a Terraform module that enables the Vertex AI Custom Code Service Agent.
This is done by running a simple custom training job (CustomJob), because the Service Agent is created the first time it is used.
This module relies on the curl
tool being available on the system running Terraform.
This module is available in the Datatonic Terraform Registry.
- Install pre-commit
- Install the pre-commit hooks -
pre-commit install
The README file is autogenerated using terraform-docs
. This is done when you create a pull request (or push to an existing PR).
You can customise the template (including this text for example) in .github/workflows/pr-checks.yml
.
Name | Version |
---|---|
>= 4.0.0 | |
null | >= 3.0.0 |
Name | Version |
---|---|
>= 4.0.0 | |
null | >= 3.0.0 |
No modules.
Name | Type |
---|---|
null_resource.service_agent | resource |
google_client_config.default | data source |
google_project.project | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
project_id | Project ID for the Vertex AI Custom Code Service Agent | string |
n/a | yes |
region | Region in which to launch the Vertex AI CustomJob that is used to create the Vertex AI Custom Code Service Agent | string |
"europe-west2" |
no |
Name | Description |
---|---|
n/a |