From 32299c8c6dee9c568b5afc8c3dc67f79c393cee1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 8 Oct 2024 12:12:37 +0000 Subject: [PATCH] terraform-docs: updated markdown table --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 85b7df5..fbe7391 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,18 @@ This terraform module allows you to deploy GraphDB instance in GCE(Google Comput ## Inputs + +| Name | Description | Type | Default | Required | +|------|-------------|------|---------|:--------:| +| source\_image | Defines the VM image passed from the GCP Marketplace | `string` | `"projects/graphdb-public/global/images/ontotext-graphdb-10-7-3-202409031355"` | no | +| goog\_cm\_deployment\_name | Deployment name | `string` | `"graphdb"` | no | +| project\_id | Project in which the VM will be created | `string` | n/a | yes | +| zone | The zone where the VM will be created | `string` | `"us-central1-a"` | no | +| machine\_type | Type of the VM that will be created | `string` | `"n2-highmem-8"` | no | +| boot\_disk\_size | Boot disk size in GBs | `number` | `500` | no | +| boot\_disk\_type | Type of the boot disk | `string` | `"pd-ssd"` | no | +| network\_interface | The network interface to attach the VM to | `string` | `"default"` | no | +| allowed\_ingress\_cidrs | CIDR blocks that are allowed to access the GraphDB port | `list(string)` | ```[ "0.0.0.0/0" ]``` | no | ## Versioning