From 1d2be39894068072f84d5c9f3935eba363f572d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 29 Nov 2022 09:23:38 +0000 Subject: [PATCH] terraform-docs: automated action --- README.md | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0125232..b3a6798 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,26 @@ +# Vertex AI Custom Code Service Agent + +This repo contains a Terraform module that enables the [Vertex AI Custom Code Service Agent](https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents). + +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](https://registry.terraform.io/namespaces/teamdatatonic). + +## Development + +### Local setup + +- Install [pre-commit](https://pre-commit.com/) +- Install the pre-commit hooks - `pre-commit install` + +### README + +The README file is autogenerated using [`terraform-docs`](https://github.com/terraform-docs/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`. + ## Requirements | Name | Version | @@ -9,8 +32,8 @@ | Name | Version | |------|---------| -| [google](#provider\_google) | 4.44.1 | -| [null](#provider\_null) | 3.2.1 | +| [google](#provider\_google) | >= 4.0.0 | +| [null](#provider\_null) | >= 3.0.0 | ## Modules @@ -35,4 +58,4 @@ No modules. | Name | Description | |------|-------------| -| [email](#output\_email) | n/a | +| [email](#output\_email) | n/a | \ No newline at end of file