Skip to content

Commit

Permalink
terraform-docs: updated markdown table
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 8, 2024
1 parent 59cc8a6 commit 32299c8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ This terraform module allows you to deploy GraphDB instance in GCE(Google Comput

<!-- BEGIN_TF_DOCS -->
## 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 |
<!-- END_TF_DOCS -->

## Versioning
Expand Down

0 comments on commit 32299c8

Please sign in to comment.