Fix linting.

This commit is contained in:
lcaggio 2023-03-04 08:19:47 +01:00
parent 0d4b599e99
commit ccd68b2fa6
2 changed files with 2 additions and 4 deletions

View File

@ -45,7 +45,6 @@ To run the demo:
- Connect to the Vertex AI workbench instance
- Clone this repository
- Run the and run [`demo/bmql_pipeline.ipynb`](demo/bmql_pipeline.ipynb) Jupyter Notebook.
<!-- BEGIN TFDOC -->
## Variables
@ -69,7 +68,7 @@ To run the demo:
| [notebook](outputs.tf#L27) | Vertex AI notebook details. | |
| [project](outputs.tf#L35) | Project id. | |
| [service-account-vertex](outputs.tf#L45) | Service account to be used for Vertex AI pipelines | |
| [vertex-ai-metadata-store](outputs.tf#L50) | | |
| [vertex-ai-metadata-store](outputs.tf#L50) | Vertex AI Metadata Store ID. | |
| [vpc](outputs.tf#L40) | VPC Network. | |
<!-- END TFDOC -->

View File

@ -48,7 +48,6 @@ output "service-account-vertex" {
}
output "vertex-ai-metadata-store" {
description = ""
description = "Vertex AI Metadata Store ID."
value = google_vertex_ai_metadata_store.store.id
}